comparison lisp/progmodes/cplus-md.el @ 13558:0e1539fdf37c

(c++-mode): Remove autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Nov 1995 18:58:57 +0000
parents a8126303dc0f
children 4c199361d7ff
comparison
equal deleted inserted replaced
13557:037f27af8c7b 13558:0e1539fdf37c
237 ; "[ \t]*[{]" 237 ; "[ \t]*[{]"
238 ; )) 3) 238 ; )) 3)
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.
246 Tab at left margin indents for C++ code 245 Tab at left margin indents for C++ code
247 Comments are delimited with /* ... */ {or with // ... <newline>} 246 Comments are delimited with /* ... */ {or with // ... <newline>}