Mercurial > emacs
changeset 62639:450924e040ab
(font-lock-defaults): Remove defvar as it's already defined in font-core.el.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Sun, 22 May 2005 23:49:13 +0000 |
parents | 98478012afa8 |
children | fbc3a471b253 |
files | lisp/subr.el |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Sun May 22 23:48:12 2005 +0000 +++ b/lisp/subr.el Sun May 22 23:49:13 2005 +0000 @@ -1458,10 +1458,6 @@ ;;;; 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.")