diff options
| -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.") | |||
| 239 | )) | 239 | )) |
| 240 | "Imenu generic expression for C++ mode. See `imenu-generic-expression'.") | 240 | "Imenu generic expression for C++ mode. See `imenu-generic-expression'.") |
| 241 | 241 | ||
| 242 | ;;;###autoload | ||
| 243 | (defun c++-mode () | 242 | (defun c++-mode () |
| 244 | "Major mode for editing C++ code. Very much like editing C code. | 243 | "Major mode for editing C++ code. Very much like editing C code. |
| 245 | Expression and list commands understand all C++ brackets. | 244 | Expression and list commands understand all C++ brackets. |