diff options
Diffstat (limited to 'lisp/progmodes/cplus-md.el')
-rw-r--r-- | lisp/progmodes/cplus-md.el | 2 |
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))) |