From f1e9abb9bfab9c806cf3bb0dbea57812b160322e Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Sun, 22 May 2005 23:50:05 +0000 Subject: [PATCH] (font-lock-defaults): Remove defvar as it's already defined in font-core.el. --- lisp/ChangeLog | 8 ++++++++ lisp/subr.el | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2273e72b118..21d9cbca88c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2005-05-23 Lute Kamstra + + * 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 * font-core.el: Update comment. diff --git a/lisp/subr.el b/lisp/subr.el index 8f9b51c56c7..41116c2839c 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.") -- 2.39.2