* lisp/emacs-lisp/lisp-mode.el (lisp-mode): Also set comment-end-skip
This commit is contained in:
parent
a2de694d8a
commit
5f612d8a1f
1 changed files with 1 additions and 0 deletions
|
@ -775,6 +775,7 @@ or to switch back to an existing one."
|
|||
(setq-local find-tag-default-function 'lisp-find-tag-default)
|
||||
(setq-local comment-start-skip
|
||||
"\\(\\(^\\|[^\\\n]\\)\\(\\\\\\\\\\)*\\)\\(;+\\|#|\\) *")
|
||||
(setq-local comment-end-skip "[ \t]*\\(\\s>\\||#\\)")
|
||||
(setq-local font-lock-comment-end-skip "|#")
|
||||
(setq imenu-case-fold-search t))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue