diff options
| author | Luc Teirlinck | 2005-11-16 03:52:35 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-11-16 03:52:35 +0000 |
| commit | 11783809fb00758ec68352d3c802248a0eca5655 (patch) | |
| tree | e759ac78f974e19a7a1cf48182ed95f9443b4455 | |
| parent | cdc81c7abe08a8283c39968ddf1f77fdd5524f1e (diff) | |
| download | emacs-11783809fb00758ec68352d3c802248a0eca5655.tar.gz emacs-11783809fb00758ec68352d3c802248a0eca5655.zip | |
(global-font-lock-mode): Add :version keyword, because default was changed.
| -rw-r--r-- | lisp/font-core.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el index 22311fd1e74..2f903acee6b 100644 --- a/lisp/font-core.el +++ b/lisp/font-core.el | |||
| @@ -295,7 +295,8 @@ means that Font Lock mode is turned on for buffers in C and C++ modes only." | |||
| 295 | global-font-lock-mode font-lock-mode turn-on-font-lock-if-enabled | 295 | global-font-lock-mode font-lock-mode turn-on-font-lock-if-enabled |
| 296 | :extra-args (dummy) | 296 | :extra-args (dummy) |
| 297 | :initialize 'custom-initialize-safe-default | 297 | :initialize 'custom-initialize-safe-default |
| 298 | :init-value (not (or noninteractive emacs-basic-display))) | 298 | :init-value (not (or noninteractive emacs-basic-display)) |
| 299 | :version "22.1") | ||
| 299 | 300 | ||
| 300 | ;;; End of Global Font Lock mode. | 301 | ;;; End of Global Font Lock mode. |
| 301 | 302 | ||