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."
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs