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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Mon, 31 Dec 2001 15:42:51 -0500

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.108 
emacs/lisp/progmodes/sh-script.el:1.109
*** emacs/lisp/progmodes/sh-script.el:1.108     Sun Dec 16 12:27:44 2001
--- emacs/lisp/progmodes/sh-script.el   Mon Dec 31 15:42:51 2001
***************
*** 766,777 ****
  (defface sh-heredoc-face
    '((((class color)
        (background dark))
!      (:foreground "yellow" :bold t))
      (((class color)
        (background light))
       (:foreground "tan" ))
      (t
!      (:bold t)))
    "Face to show a here-document"
    :group 'sh-indentation)
  (defvar sh-heredoc-face 'sh-heredoc-face)
--- 766,777 ----
  (defface sh-heredoc-face
    '((((class color)
        (background dark))
!      (:foreground "yellow" :weight bold))
      (((class color)
        (background light))
       (:foreground "tan" ))
      (t
!      (:weight bold)))
    "Face to show a here-document"
    :group 'sh-indentation)
  (defvar sh-heredoc-face 'sh-heredoc-face)



reply via email to

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