changeset 5535:85ae0f534b7b

Comment fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 09 Jan 1994 15:03:01 +0000
parents 7a0de0f56c86
children f900f7bba4c2
files lisp/progmodes/c-mode.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/c-mode.el	Sun Jan 09 12:16:26 1994 +0000
+++ b/lisp/progmodes/c-mode.el	Sun Jan 09 15:03:01 1994 +0000
@@ -80,8 +80,6 @@
 (define-key c-mode-map [menu-bar c forward-stmt]
   '("Forward Statement" . c-end-of-statement))
 
-;; cmacexp is lame because it uses no preprocessor symbols.
-;; It isn't very extensible either -- hardcodes /lib/cpp.
 (autoload 'c-macro-expand "cmacexp"
   "Display the result of expanding all C macros occurring in the region.
 The expansion is entirely correct because it uses the C preprocessor."