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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Tue, 14 Jun 2005 19:56:06 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.156 
emacs/lisp/progmodes/sh-script.el:1.157
*** emacs/lisp/progmodes/sh-script.el:1.156     Thu May 26 16:39:28 2005
--- emacs/lisp/progmodes/sh-script.el   Tue Jun 14 23:56:03 2005
***************
*** 792,798 ****
  
  ;; Font-Lock support
  
! (defface sh-heredoc-face
    '((((min-colors 88) (class color)
        (background dark))
       (:foreground "yellow1" :weight bold))
--- 792,798 ----
  
  ;; Font-Lock support
  
! (defface sh-heredoc
    '((((min-colors 88) (class color)
        (background dark))
       (:foreground "yellow1" :weight bold))
***************
*** 806,812 ****
       (:weight bold)))
    "Face to show a here-document"
    :group 'sh-indentation)
! (defvar sh-heredoc-face 'sh-heredoc-face)
  
  (defface sh-escaped-newline '((t :inherit font-lock-string-face))
    "Face used for (non-escaped) backslash at end of a line in Shell-script 
mode."
--- 806,814 ----
       (:weight bold)))
    "Face to show a here-document"
    :group 'sh-indentation)
! ;; backward-compatibility alias
! (put 'sh-heredoc-face 'face-alias 'sh-heredoc)
! (defvar sh-heredoc-face 'sh-heredoc)
  
  (defface sh-escaped-newline '((t :inherit font-lock-string-face))
    "Face used for (non-escaped) backslash at end of a line in Shell-script 
mode."




reply via email to

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