From: Richard M. Stallman Date: Sun, 9 Jan 1994 15:03:01 +0000 (+0000) Subject: Comment fix. X-Git-Tag: emacs-19.34~10316 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0481133773bd3d93c48e6ec43be49cd9e28f42e5;p=emacs.git Comment fix. --- diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index b5133435376..246beb149be 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -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."