diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-15 18:58:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-15 18:58:57 +0000 |
commit | 55a488bede9c861403cce8d08ab6706ebbd3de93 (patch) | |
tree | 6d7aa4ab76ce9c8448791acb77c107cd96dc116e /lisp/progmodes/cplus-md.el | |
parent | d31b6237e91336d5aca7bb0b4f4129ac1d83121a (diff) | |
download | emacs-55a488bede9c861403cce8d08ab6706ebbd3de93.tar.gz emacs-55a488bede9c861403cce8d08ab6706ebbd3de93.tar.bz2 emacs-55a488bede9c861403cce8d08ab6706ebbd3de93.zip |
(c++-mode): Remove autoload cookie.
Diffstat (limited to 'lisp/progmodes/cplus-md.el')
-rw-r--r-- | lisp/progmodes/cplus-md.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el index 14f85d2205a..6c728923250 100644 --- a/lisp/progmodes/cplus-md.el +++ b/lisp/progmodes/cplus-md.el @@ -239,7 +239,6 @@ list. Nil indicates to just after the paren.") )) "Imenu generic expression for C++ mode. See `imenu-generic-expression'.") -;;;###autoload (defun c++-mode () "Major mode for editing C++ code. Very much like editing C code. Expression and list commands understand all C++ brackets. |