aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2003-07-04 20:27:14 +0000
committerStefan Monnier2003-07-04 20:27:14 +0000
commit73f05d4e073a9b23ae55a7439e4ce0e87be16292 (patch)
treed09ae9f139ebcc9d74919314e5a91247c68ae8a5
parent12ad59853e8a8cd0a126da476069a8c5baa38021 (diff)
downloademacs-73f05d4e073a9b23ae55a7439e4ce0e87be16292.tar.gz
emacs-73f05d4e073a9b23ae55a7439e4ce0e87be16292.zip
(font-lock-defaults-alist): Remove obsolete comment.
-rw-r--r--lisp/font-core.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/font-core.el b/lisp/font-core.el
index 88bb0f71f3b..e5e3aea920f 100644
--- a/lisp/font-core.el
+++ b/lisp/font-core.el
@@ -73,10 +73,6 @@ and those for buffer-specialized fontification functions,
73`font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.") 73`font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.")
74(make-variable-buffer-local 'font-lock-defaults) 74(make-variable-buffer-local 'font-lock-defaults)
75 75
76;; This variable is used where font-lock.el itself supplies the
77;; keywords. Really, this shouldn't need to be in font-core.el, but
78;; we can't avoid it. In the future, this stuff will hopefully be
79;; moved to cc-mode itself.
80(defvar font-lock-defaults-alist nil 76(defvar font-lock-defaults-alist nil
81 "Alist of fall-back Font Lock defaults for major modes. 77 "Alist of fall-back Font Lock defaults for major modes.
82 78