diff options
| author | Juanma Barranquero | 2008-04-18 10:27:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-18 10:27:53 +0000 |
| commit | 7df7eb04b1cd144b4911a6e09148358426a00270 (patch) | |
| tree | 96cc1aabd4c247672234de393d1a4a089814df11 | |
| parent | f5d3a63035207f7aefd264c46a2d2d10abf45224 (diff) | |
| download | emacs-7df7eb04b1cd144b4911a6e09148358426a00270.tar.gz emacs-7df7eb04b1cd144b4911a6e09148358426a00270.zip | |
(font-lock-defaults-alist): Add WHEN to obsolescence declaration.
| -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: | |||
| 81 | 81 | ||
| 82 | where MAJOR-MODE is a symbol and FONT-LOCK-DEFAULTS is a list of default | 82 | where MAJOR-MODE is a symbol and FONT-LOCK-DEFAULTS is a list of default |
| 83 | settings. See the variable `font-lock-defaults', which takes precedence.") | 83 | settings. See the variable `font-lock-defaults', which takes precedence.") |
| 84 | (make-obsolete-variable 'font-lock-defaults-alist 'font-lock-defaults) | 84 | (make-obsolete-variable 'font-lock-defaults-alist 'font-lock-defaults "21.1") |
| 85 | 85 | ||
| 86 | (defvar font-lock-function 'font-lock-default-function | 86 | (defvar font-lock-function 'font-lock-default-function |
| 87 | "A function which is called when `font-lock-mode' is toggled. | 87 | "A function which is called when `font-lock-mode' is toggled. |