# HG changeset patch # User Richard M. Stallman # Date 758127781 0 # Node ID 85ae0f534b7bf68058d6d64ae353295a7b5b96f2 # Parent 7a0de0f56c864f3827143df5ca9b22d6e222e4b1 Comment fix. diff -r 7a0de0f56c86 -r 85ae0f534b7b lisp/progmodes/c-mode.el --- 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."