summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cplus-md.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-02-16 18:20:13 +0000
committerRichard M. Stallman <rms@gnu.org>1994-02-16 18:20:13 +0000
commit0fa558f694b08b9f3b12ee51cb20cffb68aa6960 (patch)
tree55c03cf5ec95d05169ec8133e82b90ab97600e9c /lisp/progmodes/cplus-md.el
parenteaafce6490445a2d17293ad63273cfa5eef34517 (diff)
downloademacs-0fa558f694b08b9f3b12ee51cb20cffb68aa6960.tar.gz
(c++-mode): Set parse-sexp-ignore-comments to t.
Diffstat (limited to 'lisp/progmodes/cplus-md.el')
-rw-r--r--lisp/progmodes/cplus-md.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cplus-md.el b/lisp/progmodes/cplus-md.el
index be6d41cb378..613253e7b68 100644
--- a/lisp/progmodes/cplus-md.el
+++ b/lisp/progmodes/cplus-md.el
@@ -225,7 +225,7 @@ no args if that value is non-nil."
(set (make-local-variable 'paragraph-separate) paragraph-start)
(set (make-local-variable 'paragraph-ignore-fill-prefix) t)
(set (make-local-variable 'require-final-newline) t)
- (set (make-local-variable 'parse-sexp-ignore-comments) nil)
+ (set (make-local-variable 'parse-sexp-ignore-comments) t)
(run-hooks 'c++-mode-hook)
(if c++-electric-colon
(define-key c++-mode-map ":" 'electric-c++-terminator)))