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
3f0c3d8b
Commit
3f0c3d8b
authored
May 19, 2000
by
Stefan Monnier
Browse files
(lisp-mode-variables): Set comment-add.
parent
2b63d473
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+2
-0
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
3f0c3d8b
...
...
@@ -130,6 +130,8 @@ ine-condition\\|ine-widget\\|face\\)\\s-+'?\\(\\sw\\(\\sw\\|\\s_\\)+\\)")
;; Look within the line for a ; following an even number of backslashes
;; after either a non-backslash or the line beginning.
(
setq
comment-start-skip
"\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+ *"
)
(
make-local-variable
'comment-add
)
(
setq
comment-add
1
)
;default to `;;' in comment-region
(
make-local-variable
'comment-column
)
(
setq
comment-column
40
)
(
make-local-variable
'comment-indent-function
)
...
...
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