diff options
| author | Glenn Morris | 2008-01-08 07:54:04 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-08 07:54:04 +0000 |
| commit | 70b79a60116857edc09f2a08186ef39fade3d10a (patch) | |
| tree | 22202b7fa3cec0a43fd9e454e4b51fd360f3e962 /lisp/ChangeLog | |
| parent | 97ff09b34cd3b9ee4343637b4e5b21f8bd0685bf (diff) | |
| download | emacs-70b79a60116857edc09f2a08186ef39fade3d10a.tar.gz emacs-70b79a60116857edc09f2a08186ef39fade3d10a.zip | |
Kevin Ryde <user42 at zip.com.au>
(compilation-error-regexp-alist-alist): For perl, allow "during global
destruction" at end.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f375e101d6c..4e750cb14c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-01-08 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | ||
| 4 | For perl, allow "during global destruction" at end. | ||
| 5 | |||
| 1 | 2008-01-08 Glenn Morris <rgm@gnu.org> | 6 | 2008-01-08 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * diff-mode.el (diff-end-of-hunk): Don't match empty lines in | 8 | * diff-mode.el (diff-end-of-hunk): Don't match empty lines in |