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 [EMACS_22_BASE]


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/font-lock.el,v [EMACS_22_BASE]
Date: Wed, 19 Mar 2008 04:01:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   08/03/19 04:01:00

Index: font-lock.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/font-lock.el,v
retrieving revision 1.317.2.6
retrieving revision 1.317.2.7
diff -u -b -r1.317.2.6 -r1.317.2.7
--- font-lock.el        12 Feb 2008 16:49:21 -0000      1.317.2.6
+++ font-lock.el        19 Mar 2008 04:00:51 -0000      1.317.2.7
@@ -1838,7 +1838,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]