Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
069511c0
Commit
069511c0
authored
Feb 16, 1994
by
Richard M. Stallman
Browse files
(c++-mode): Set parse-sexp-ignore-comments to t.
parent
c907d156
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/cplus-md.el
lisp/progmodes/cplus-md.el
+1
-1
No files found.
lisp/progmodes/cplus-md.el
View file @
069511c0
...
...
@@ -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
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment