]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/cmacexp.el
* progmodes/octave.el (octave-mode-map, octave-mode-menu): Add
[gnu-emacs] / lisp / progmodes / cmacexp.el
index 943b5c6a067cc8333b202cda58afdbfddc262c00..6f1f9b892364d9c4548ee40a6c6c90eb27621b9a 100644 (file)
@@ -1,8 +1,8 @@
 ;;; cmacexp.el --- expand C macros in a region
 
-;; Copyright (C) 1992, 1994, 1996, 2000-201 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994, 1996, 2000-2013 Free Software Foundation, Inc.
 
-;; Author: Francesco Potorti` <pot@gnu.org>
+;; Author: Francesco Potortì <pot@gnu.org>
 ;; Adapted-By: ESR
 ;; Keywords: c
 
@@ -49,7 +49,7 @@
 
 ;; INSTALLATION ======================================================
 
-;; Put the following in your ~/.emacs file.
+;; Put the following in your init file.
 
 ;; If you want the *Macroexpansion* window to be not higher than
 ;; necessary:
@@ -69,7 +69,7 @@
 ;; BUG REPORTS =======================================================
 
 ;; Please report bugs, suggestions, complaints and so on to
-;; pot@gnu.org (Francesco Potorti`).
+;; bug-gnu-emacs@gnu.org and pot@gnu.org (Francesco Potortì).
 
 ;; IMPROVEMENTS OVER emacs 18.xx cmacexp.el ==========================
 
@@ -403,3 +403,7 @@ Optional arg DISPLAY non-nil means show messages in the echo area."
       (kill-buffer outbuf))))
 
 ;;; cmacexp.el ends here
+
+;; Local Variables:
+;; coding: utf-8
+;; End: