]> code.delx.au - gnu-emacs/blobdiff - src/nsmenu.m
Update copyright year to 2015
[gnu-emacs] / src / nsmenu.m
index 0e8b68b38f198b01b0b6bfd7dec1d15a0ceba5f3..0e2f4d1f17cb1deb5aab547bd2f20676b2722595 100644 (file)
@@ -1,5 +1,5 @@
 /* NeXT/Open/GNUstep and MacOSX Cocoa menu and toolbar module.
-   Copyright (C) 2007-2014 Free Software Foundation, Inc.
+   Copyright (C) 2007-2015 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -1876,6 +1876,5 @@ syms_of_nsmenu (void)
   defsubr (&Sns_reset_menu);
   defsubr (&Smenu_or_popup_active_p);
 
-  Qdebug_on_next_call = intern_c_string ("debug-on-next-call");
-  staticpro (&Qdebug_on_next_call);
+  DEFSYM (Qdebug_on_next_call, "debug-on-next-call");
 }