diff options
| author | Richard M. Stallman | 1994-01-09 15:03:01 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-09 15:03:01 +0000 |
| commit | 0481133773bd3d93c48e6ec43be49cd9e28f42e5 (patch) | |
| tree | ac13e43c3dcc4b9ca23532b59f3c7b76e00aea0b | |
| parent | a0e4d3f399b62984ac75b7403ddfbea34e67b46e (diff) | |
| download | emacs-0481133773bd3d93c48e6ec43be49cd9e28f42e5.tar.gz emacs-0481133773bd3d93c48e6ec43be49cd9e28f42e5.zip | |
Comment fix.
| -rw-r--r-- | lisp/progmodes/c-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
| 80 | (define-key c-mode-map [menu-bar c forward-stmt] | 80 | (define-key c-mode-map [menu-bar c forward-stmt] |
| 81 | '("Forward Statement" . c-end-of-statement)) | 81 | '("Forward Statement" . c-end-of-statement)) |
| 82 | 82 | ||
| 83 | ;; cmacexp is lame because it uses no preprocessor symbols. | ||
| 84 | ;; It isn't very extensible either -- hardcodes /lib/cpp. | ||
| 85 | (autoload 'c-macro-expand "cmacexp" | 83 | (autoload 'c-macro-expand "cmacexp" |
| 86 | "Display the result of expanding all C macros occurring in the region. | 84 | "Display the result of expanding all C macros occurring in the region. |
| 87 | The expansion is entirely correct because it uses the C preprocessor." | 85 | The expansion is entirely correct because it uses the C preprocessor." |