# HG changeset patch # User Lute Kamstra # Date 1116805753 0 # Node ID 450924e040ab06f6d8afeaca8484a1a0f1dde090 # Parent 98478012afa845f559bebcc9c23117249f08b568 (font-lock-defaults): Remove defvar as it's already defined in font-core.el. diff -r 98478012afa8 -r 450924e040ab lisp/subr.el --- 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.")