mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
Comment fix.
This commit is contained in:
parent
a0e4d3f399
commit
0481133773
1 changed files with 0 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue