diff options
| -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.") | |||
| 679 | "Bind variables according to VARLIST and eval BODY restoring buffer state." | 679 | "Bind variables according to VARLIST and eval BODY restoring buffer state." |
| 680 | (let ((modified (make-symbol "modified"))) | 680 | (let ((modified (make-symbol "modified"))) |
| 681 | `(let* ,(append varlist | 681 | `(let* ,(append varlist |
| 682 | '((,modified (buffer-modified-p)) | 682 | `((,modified (buffer-modified-p)) |
| 683 | (buffer-undo-list t) | 683 | (buffer-undo-list t) |
| 684 | (inhibit-read-only t) | 684 | (inhibit-read-only t) |
| 685 | (inhibit-point-motion-hooks t) | 685 | (inhibit-point-motion-hooks t) |