mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
* 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
lisp
@ -1,3 +1,8 @@
|
||||
2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
|
||||
syntax-begin-function (bug#16247).
|
||||
|
||||
2014-01-03 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* emacs-lisp/nadvice.el (advice--make-docstring): Change args.
|
||||
|
@ -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…
Reference in New Issue
Block a user