]> git.eshelyaron.com Git - emacs.git/commitdiff
(c++-mode): Set parse-sexp-ignore-comments to t.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 1994 18:20:13 +0000 (18:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Feb 1994 18:20:13 +0000 (18:20 +0000)
lisp/progmodes/cplus-md.el

index be6d41cb378928f344c5e9e1264b1de3d7644042..613253e7b68a4725b2566bc0f5ac1e79c1fcf608 100644 (file)
@@ -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)))