emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: diff-hunk-header-re-unified does not match all hunks


From: Stefan Monnier
Subject: Re: diff-hunk-header-re-unified does not match all hunks
Date: Thu, 24 Apr 2008 22:15:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> diff-mode.el in CVS HEAD has an incorrect value for
> diff-hunk-header-re-unified:

> (defconst diff-hunk-header-re-unified
>   "^@@ -\\([0-9]+\\)\\(?:,\\([0-9]+\\)\\)? 
> \\+\\([0-9]+\\)\\(?:,\\([0-9]+\\)\\) @@")

> There should be a '?' after the last group:

> "^@@ -\\([0-9]+\\)\\(?:,\\([0-9]+\\)\\)? 
> \\+\\([0-9]+\\)\\(?:,\\([0-9]+\\)\\)? @@"

Thanks,
This should now be fixed in the EMACS_22_BASE branch.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]