]> code.delx.au - gnu-emacs/blobdiff - src/ecrt0.c
(w32_menu_display_help): Suppress tooltip when navigating menus with
[gnu-emacs] / src / ecrt0.c
index ac23259de4fbf703cdf77f3168d3a2371ea2469a..95b69b11c01e6d4bdc5925df2fc112cc5b3762a5 100644 (file)
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 /* The standard Vax 4.2 Unix crt0.c cannot be used for Emacs
@@ -348,7 +348,7 @@ _start ()
 {
 #ifdef sun
   finitfp_();
-#endif     
+#endif
 /* On 68000, _start pushes a6 onto stack  */
   start1 ();
 }
@@ -610,3 +610,6 @@ char *__progname;
 char *__progname;
 #endif
 #endif /* __bsdi__ */
+
+/* arch-tag: 4025c2fb-d6b1-4d29-b1b6-8100b6bd1e74
+   (do not change this comment) */