Revert "Improve fontifying of #| ... |# in `lisp-mode'"
This reverts commit 1275dc4711
.
Setting comment-end isn't the correct thing to do -- it makes M-; insert that string.
This commit is contained in:
parent
a0b743da19
commit
867b99d68f
1 changed files with 0 additions and 1 deletions
|
@ -775,7 +775,6 @@ 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 "|#")
|
||||
(setq imenu-case-fold-search t))
|
||||
|
||||
(defun lisp-find-tag-default ()
|
||||
|
|
Loading…
Add table
Reference in a new issue