]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS.19
Update copyright year to 2015
[gnu-emacs] / etc / NEWS.19
index 17104aaf3ca73ef8e36b10042695357125556e2f..5945444a2d50b7c2641005ca1276a39d17942481 100644 (file)
@@ -1,6 +1,6 @@
 GNU Emacs NEWS -- history of user-visible changes.  1992.
 
-Copyright (C) 1993-1995, 2001, 2006-2014 Free Software Foundation, Inc.
+Copyright (C) 1993-1995, 2001, 2006-2015 Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
 
@@ -477,7 +477,7 @@ buffers that use a particular major mode, use the mode hook, as in
 this example:
 
     (add-hook 'emacs-lisp-mode-hook
-             '(lambda () (imenu-add-to-menubar "Index")))
+             (lambda () (imenu-add-to-menubar "Index")))
 
 ** Changes in BibTeX mode.