aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra <[email protected]>2005-05-22 23:50:05 +0000
committerLute Kamstra <[email protected]>2005-05-22 23:50:05 +0000
commitf1e9abb9bfab9c806cf3bb0dbea57812b160322e (patch)
tree4785d2274d753c6723be9b2d17675070892f48b4
parent822b23b008755ef36383d003b082625bca8b9422 (diff)
(font-lock-defaults): Remove defvar as it's already defined in font-core.el.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/subr.el4
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2273e72b11..21d9cbca88 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-23 Lute Kamstra <[email protected]>
+
+ * subr.el (font-lock-defaults): Remove defvar as it's already
+ defined in font-core.el.
+
+ * font-lock.el (font-lock-beginning-of-syntax-function): Fix
+ docstring.
+
2005-05-22 Luc Teirlinck <[email protected]>
* font-core.el: Update comment.
diff --git a/lisp/subr.el b/lisp/subr.el
index 8f9b51c56c..41116c2839 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1458,10 +1458,6 @@ BEG and END default respectively to the beginning and end of buffer."
;;;; Miscellanea.
-;; A number of major modes set this locally.
-;; Give it a global value to avoid compiler warnings.
-(defvar font-lock-defaults nil)
-
(defvar suspend-hook nil
"Normal hook run by `suspend-emacs', before suspending.")