/[emacs]/emacs/lisp/diff-mode.el
ViewVC logotype

Diff of /emacs/lisp/diff-mode.el

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

revision 1.79 by jurta, Tue Jul 19 11:28:35 2005 UTC revision 1.80 by jurta, Tue Jul 19 14:42:40 2005 UTC
# Line 339  when editing big diffs)." Line 339  when editing big diffs)."
339       (0 diff-header-face) (1 diff-index-face prepend))       (0 diff-header-face) (1 diff-index-face prepend))
340      ("^Only in .*\n" . diff-nonexistent-face)      ("^Only in .*\n" . diff-nonexistent-face)
341      ("^\\(#\\)\\(.*\\)"      ("^\\(#\\)\\(.*\\)"
342       (1 (eval font-lock-comment-delimiter-face))       (1 font-lock-comment-delimiter-face)
343       (2 (eval font-lock-comment-face)))       (2 font-lock-comment-face))
344      ("^[^-=+*!<>#].*\n" (0 diff-context-face))))      ("^[^-=+*!<>#].*\n" (0 diff-context-face))))
345    
346  (defconst diff-font-lock-defaults  (defconst diff-font-lock-defaults

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

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