/[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.127 by schwab, Sat Aug 2 20:08:49 2003 UTC revision 1.127.2.1 by fx, Wed Sep 10 17:51:08 2003 UTC
# Line 936  be indented (i.e. a <<- was used rather Line 936  be indented (i.e. a <<- was used rather
936    
937  (defun sh-font-lock-syntactic-face-function (state)  (defun sh-font-lock-syntactic-face-function (state)
938    (if (nth 3 state)    (if (nth 3 state)
939        (if (char-valid-p (nth 3 state))        (if (characterp (nth 3 state))
940            font-lock-string-face            font-lock-string-face
941          sh-heredoc-face)          sh-heredoc-face)
942      font-lock-comment-face))      font-lock-comment-face))

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.127.2.1

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