emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/fast-lock.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/fast-lock.el,v
Date: Sun, 21 Oct 2007 17:22:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/21 17:22:06

Index: obsolete/fast-lock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/obsolete/fast-lock.el,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- obsolete/fast-lock.el       21 Oct 2007 07:33:32 -0000      1.14
+++ obsolete/fast-lock.el       21 Oct 2007 17:22:03 -0000      1.15
@@ -337,7 +337,7 @@
   :group 'fast-lock)
 
 (defvar fast-lock-save-faces
-  (when (save-match-data (string-match "XEmacs" (emacs-version)))
+  (when (featurep 'xemacs)
     ;; XEmacs uses extents for everything, so we have to pick the right ones.
     font-lock-face-list)
   "Faces that will be saved in a Font Lock cache file.




reply via email to

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