/[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.42 by monnier, Sat Sep 22 19:11:09 2001 UTC revision 1.42.4.1 by monnier, Fri Feb 22 17:00:06 2002 UTC
# Line 313  when editing big diffs)." Line 313  when editing big diffs)."
313  (defun diff-end-of-hunk (&optional style)  (defun diff-end-of-hunk (&optional style)
314    (if (looking-at diff-hunk-header-re) (goto-char (match-end 0)))    (if (looking-at diff-hunk-header-re) (goto-char (match-end 0)))
315    (let ((end (and (re-search-forward (case style    (let ((end (and (re-search-forward (case style
316                                         (unified "^[^-+# \\]")                                         ;; A `unified' header is ambiguous.
317                                           (unified (concat "^[^-+# \\]\\|"
318                                                            diff-file-header-re))
319                                         (context "^[^-+#! \\]")                                         (context "^[^-+#! \\]")
320                                         (normal "^[^<>#\\]")                                         (normal "^[^<>#\\]")
321                                         (t "^[^-+#!<> \\]"))                                         (t "^[^-+#!<> \\]"))

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.42.4.1

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