diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/font-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 5aa8f246b89..3ebe23ba872 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -679,7 +679,7 @@ Major/minor modes can set this variable if they know which option applies.") "Bind variables according to VARLIST and eval BODY restoring buffer state." (let ((modified (make-symbol "modified"))) `(let* ,(append varlist - '((,modified (buffer-modified-p)) + `((,modified (buffer-modified-p)) (buffer-undo-list t) (inhibit-read-only t) (inhibit-point-motion-hooks t) |