emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Fri, 08 Apr 2005 10:26:23 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.147 
emacs/lisp/progmodes/sh-script.el:1.148
*** emacs/lisp/progmodes/sh-script.el:1.147     Tue Apr  5 13:07:42 2005
--- emacs/lisp/progmodes/sh-script.el   Fri Apr  8 14:26:12 2005
***************
*** 779,785 ****
  ;; Font-Lock support
  
  (defface sh-heredoc-face
!   '((((class color)
        (background dark))
       (:foreground "yellow" :weight bold))
      (((class color)
--- 779,788 ----
  ;; Font-Lock support
  
  (defface sh-heredoc-face
!   '((((min-colors 88) (class color)
!       (background dark))
!      (:foreground "yellow1" :weight bold))
!     (((class color)
        (background dark))
       (:foreground "yellow" :weight bold))
      (((class color)




reply via email to

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