Index: line, don't search backward for the previous one.
+2008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
+ Index: line, don't search backward for the previous one.
+
2008-02-10 \e,AF\e(Bvar Arnfj\e,Av\e(Br\e,Ap\e(B Bjarmason <avar@cpan.org> (tiny change)
* net/rcirc.el (rcirc-url-regexp): Replace definition by copying
(diff-file-next)
(setq file (point)))
(let ((index (save-excursion
+ (forward-line 1) ;In case we're looking at "Index:".
(re-search-backward "^Index: " prevhunk t))))
(when index (setq file index))
(if (<= file start)