/[emacs]/emacs/lisp/progmodes/perl-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/perl-mode.el

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

revision 1.48 by monnier, Fri May 23 15:49:16 2003 UTC revision 1.48.4.1 by fx, Wed Sep 10 17:51:33 2003 UTC
# Line 295  The expansion is entirely correct becaus Line 295  The expansion is entirely correct becaus
295       ((not char)       ((not char)
296        ;; Comment or docstring.        ;; Comment or docstring.
297        (if (nth 7 state) font-lock-doc-face font-lock-comment-face))        (if (nth 7 state) font-lock-doc-face font-lock-comment-face))
298       ((and (char-valid-p char) (eq (char-syntax (nth 3 state)) ?\"))       ((and (characterp char) (eq (char-syntax (nth 3 state)) ?\"))
299        ;; Normal string.        ;; Normal string.
300        font-lock-string-face)        font-lock-string-face)
301       ((eq (nth 3 state) ?\n)       ((eq (nth 3 state) ?\n)

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.48.4.1

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