/[emacs]/emacs/lisp/progmodes/sh-script.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/sh-script.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.156 by lute, Thu May 26 16:39:28 2005 UTC revision 1.157 by miles, Tue Jun 14 23:56:03 2005 UTC
# Line 792  See `sh-feature'.") Line 792  See `sh-feature'.")
792    
793  ;; Font-Lock support  ;; Font-Lock support
794    
795  (defface sh-heredoc-face  (defface sh-heredoc
796    '((((min-colors 88) (class color)    '((((min-colors 88) (class color)
797        (background dark))        (background dark))
798       (:foreground "yellow1" :weight bold))       (:foreground "yellow1" :weight bold))
# Line 806  See `sh-feature'.") Line 806  See `sh-feature'.")
806       (:weight bold)))       (:weight bold)))
807    "Face to show a here-document"    "Face to show a here-document"
808    :group 'sh-indentation)    :group 'sh-indentation)
809  (defvar sh-heredoc-face 'sh-heredoc-face)  ;; backward-compatibility alias
810    (put 'sh-heredoc-face 'face-alias 'sh-heredoc)
811    (defvar sh-heredoc-face 'sh-heredoc)
812    
813  (defface sh-escaped-newline '((t :inherit font-lock-string-face))  (defface sh-escaped-newline '((t :inherit font-lock-string-face))
814    "Face used for (non-escaped) backslash at end of a line in Shell-script mode."    "Face used for (non-escaped) backslash at end of a line in Shell-script mode."

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26