emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/font-lock.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el
Date: Wed, 05 Feb 2003 18:09:59 -0500

Index: emacs/lisp/font-lock.el
diff -c emacs/lisp/font-lock.el:1.207 emacs/lisp/font-lock.el:1.208
*** emacs/lisp/font-lock.el:1.207       Sun Feb  2 12:31:49 2003
--- emacs/lisp/font-lock.el     Wed Feb  5 18:09:58 2003
***************
*** 339,346 ****
  (defvar font-lock-warning-face                'font-lock-warning-face
    "Face name to use for things that should stand out.")
  
! (defvar font-lock-reference-face      'font-lock-constant-face
!   "This variable is obsolete.  Use `font-lock-constant-face'.")
  
  ;; Fontification variables:
  
--- 339,346 ----
  (defvar font-lock-warning-face                'font-lock-warning-face
    "Face name to use for things that should stand out.")
  
! (defvar font-lock-reference-face      'font-lock-constant-face)
! (make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face)
  
  ;; Fontification variables:
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]