Mercurial > emacs
changeset 32666:07a2c551b566
(diff-find-file-name): Fix regex subgroup number.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Oct 2000 15:42:21 +0000 |
parents | 1b8d754b8bfc |
children | 36e10c03d1d7 |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/diff-mode.el Thu Oct 19 14:55:12 2000 +0000 +++ b/lisp/diff-mode.el Thu Oct 19 15:42:21 2000 +0000 @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: patch diff -;; Revision: $Id: diff-mode.el,v 1.31 2000/10/17 15:55:09 monnier Exp $ +;; Revision: $Id: diff-mode.el,v 1.32 2000/10/18 08:50:39 eliz Exp $ ;; This file is part of GNU Emacs. @@ -440,8 +440,8 @@ (error (point-min))))) (header-files (if (looking-at "[-*][-*][-*] \\(\\S-+\\)\\(\\s-.*\\)?\n[-+][-+][-+] \\(\\S-+\\)") - (list (if old (match-string 1) (match-string 2)) - (if old (match-string 2) (match-string 1))) + (list (if old (match-string 1) (match-string 3)) + (if old (match-string 3) (match-string 1))) (forward-line 1) nil)) (fs (append (when (save-excursion