1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(font-lock-defaults-alist): Add WHEN to obsolescence declaration.

This commit is contained in:
Juanma Barranquero 2008-04-18 10:27:53 +00:00
parent f5d3a63035
commit 7df7eb04b1

View File

@ -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.