diff options
| author | Glenn Morris | 2013-01-13 17:08:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-13 17:08:13 -0800 |
| commit | 51e7349210ae8de4296e4efe4ac903ceae8786cc (patch) | |
| tree | 33ed3d7278e46552d0d3735bd42fa248a1964535 /lisp/ChangeLog | |
| parent | b35b088608a02d43b39bbfd3240547d3d9de7366 (diff) | |
| download | emacs-51e7349210ae8de4296e4efe4ac903ceae8786cc.tar.gz emacs-51e7349210ae8de4296e4efe4ac903ceae8786cc.zip | |
Fix interpretation of gnu line.col1-col2 error message format
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
* test/automated/compile-tests.el (compile-tests--test-regexps-data):
Fix interpretation of gnu line.col1-col2 format.
Fixes: debbugs:13335
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 5c7e8c3e6a8..9fc6660ce32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-01-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | ||
| 4 | Fix interpretation of gnu line.col1-col2 format. (Bug#13335) | ||
| 5 | |||
| 1 | 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca> | 6 | 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca> |
| 2 | 7 | ||
| 3 | * progmodes/python.el (python-nav-end-of-statement): Fix | 8 | * progmodes/python.el (python-nav-end-of-statement): Fix |