/[emacs]/emacs/lisp/font-lock.el
ViewVC logotype

Diff of /emacs/lisp/font-lock.el

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

revision 1.258 by lute, Sun May 22 23:48:12 2005 UTC revision 1.259 by rms, Sun May 29 08:39:40 2005 UTC
# Line 1351  START should be at the beginning of a li Line 1351  START should be at the beginning of a li
1351                                      comment-start-skip))                                      comment-start-skip))
1352                      (put-text-property beg (match-end 0) 'face                      (put-text-property beg (match-end 0) 'face
1353                                         font-lock-comment-delimiter-face)))                                         font-lock-comment-delimiter-face)))
1354                (if (looking-back comment-end-regexp (point-at-bol))                (if (looking-back comment-end-regexp (point-at-bol) t)
1355                    (put-text-property (match-beginning 0) (point) 'face                    (put-text-property (match-beginning 0) (point) 'face
1356                                       font-lock-comment-delimiter-face))))                                       font-lock-comment-delimiter-face))))
1357            (< (point) end))            (< (point) end))

Legend:
Removed from v.1.258  
changed lines
  Added in v.1.259

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