diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/font-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index 8609e002bda..37b3a4934cb 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el @@ -81,7 +81,7 @@ Each item should be a list of the form: where MAJOR-MODE is a symbol and FONT-LOCK-DEFAULTS is a list of default settings. See the variable `font-lock-defaults', which takes precedence.") -(make-obsolete-variable 'font-lock-defaults-alist 'font-lock-defaults) +(make-obsolete-variable 'font-lock-defaults-alist 'font-lock-defaults "21.1") (defvar font-lock-function 'font-lock-default-function "A function which is called when `font-lock-mode' is toggled. |