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,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el,v
Date: Thu, 13 Mar 2008 06:10:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/03/13 06:10:26

Index: font-lock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/font-lock.el,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -b -r1.331 -r1.332
--- font-lock.el        13 Mar 2008 03:25:20 -0000      1.331
+++ font-lock.el        13 Mar 2008 06:10:24 -0000      1.332
@@ -1847,7 +1847,7 @@
     (((class color) (min-colors 16) (background dark))
      (:foreground "red1"))
     (((class color) (min-colors 8) (background light))
-     )
+     (:foreground "red"))
     (((class color) (min-colors 8) (background dark))
      )
     (t (:weight bold :slant italic)))




reply via email to

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