* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
syntax-begin-function. Fixes: debbugs:16247
This commit is contained in:
parent
e9c04e8bf2
commit
e18b70fc27
2 changed files with 6 additions and 1 deletions
|
@ -460,7 +460,7 @@ font-lock keywords will not be case sensitive."
|
|||
(setq-local comment-use-global-state t)
|
||||
(setq-local imenu-generic-expression lisp-imenu-generic-expression)
|
||||
(setq-local multibyte-syntax-as-symbol t)
|
||||
(setq-local syntax-begin-function 'beginning-of-defun)
|
||||
;; (setq-local syntax-begin-function 'beginning-of-defun) ;;Bug#16247.
|
||||
(setq font-lock-defaults
|
||||
`(,(if elisp '(lisp-el-font-lock-keywords
|
||||
lisp-el-font-lock-keywords-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue