* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with

syntax-begin-function.

Fixes: debbugs:16247
This commit is contained in:
Stefan Monnier 2014-01-03 17:38:55 -05:00
parent e9c04e8bf2
commit e18b70fc27
2 changed files with 6 additions and 1 deletions

View file

@ -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