diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-17 07:03:08 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-17 07:03:08 +0000 |
commit | 0907bf08cb58b520379e9a7f76fb315d8071f802 (patch) | |
tree | f5a3cda94f92c7440b453ca472043b5e03bdc3a0 /lisp/progmodes/cplus-md.el | |
parent | c751663136a7c61b1a47c45e80c60311b54ed95b (diff) | |
download | emacs-0907bf08cb58b520379e9a7f76fb315d8071f802.tar.gz emacs-0907bf08cb58b520379e9a7f76fb315d8071f802.tar.bz2 emacs-0907bf08cb58b520379e9a7f76fb315d8071f802.zip |
Comment changes for renaming from c++-mode.el to cplus-md.el.
Diffstat (limited to 'lisp/progmodes/cplus-md.el')
-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 @@ -;;; c++-mode.el --- C++ code editing commands for Emacs +;;; cplus-md.el --- C++ code editing commands for Emacs ;;; Copyright (C) 1985, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -914,4 +914,4 @@ The fill lines remain a comment." ;; (beginning-of-line 1))) ;; (goto-char restore))) -;;; c++-mode.el ends here +;;; cplus-md.el ends here |