diff options
| -rw-r--r-- | lisp/progmodes/cplus-md.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index b2e6d102a24..1b0d03621d0 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; c++-mode.el --- C++ code editing commands for Emacs | 1 | ;;; cplus-md.el --- C++ code editing commands for Emacs |
| 2 | ;;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. | 2 | ;;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; This file is part of GNU Emacs. | 4 | ;; This file is part of GNU Emacs. |
| @@ -914,4 +914,4 @@ The fill lines remain a comment." | |||
| 914 | ;; (beginning-of-line 1))) | 914 | ;; (beginning-of-line 1))) |
| 915 | ;; (goto-char restore))) | 915 | ;; (goto-char restore))) |
| 916 | 916 | ||
| 917 | ;;; c++-mode.el ends here | 917 | ;;; cplus-md.el ends here |