diff options
Diffstat (limited to 'lisp/font-lock.el')
-rw-r--r-- | lisp/font-lock.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 29d3bc58646..0ed94bd0e8b 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -631,10 +631,7 @@ Major/minor modes can set this variable if they know which option applies.") (declare (indent 0) (debug t)) `(let ((inhibit-point-motion-hooks t)) (with-silent-modifications - ,@body))) - ;; - ;; Shut up the byte compiler. - (defvar font-lock-face-attributes)) ; Obsolete but respected if set. + ,@body)))) (defvar-local font-lock-set-defaults nil) ; Whether we have set up defaults. |