diff options
| author | Juri Linkov | 2011-09-18 23:20:08 +0300 |
|---|---|---|
| committer | Juri Linkov | 2011-09-18 23:20:08 +0300 |
| commit | 46c5cf6650c166aca02bc2305d0c4e2784e1de3a (patch) | |
| tree | e85609f51f80ef4e6704297c0e60ab7e914cd226 /lisp/ChangeLog | |
| parent | d18b513ba78f152ca7c45cf04153c6868972e45e (diff) | |
| download | emacs-46c5cf6650c166aca02bc2305d0c4e2784e1de3a.tar.gz emacs-46c5cf6650c166aca02bc2305d0c4e2784e1de3a.zip | |
* lisp/progmodes/grep.el (grep-process-setup): Don't check code for 1
because `zgrep' returns 1 for successful matches.
Fixes: debbugs:9226
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 b820fc24d51..c8e9faa3a2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-09-18 Juri Linkov <juri@jurta.org> | 1 | 2011-09-18 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * progmodes/grep.el (grep-process-setup): Don't check code for 1 | ||
| 4 | because `zgrep' returns 1 for successful matches (bug#9226). | ||
| 5 | |||
| 6 | 2011-09-18 Juri Linkov <juri@jurta.org> | ||
| 7 | |||
| 3 | * info.el (Info-extract-menu-node-name): Check the second match | 8 | * info.el (Info-extract-menu-node-name): Check the second match |
| 4 | for empty string (second test-case of bug#9528). | 9 | for empty string (second test-case of bug#9528). |
| 5 | (Info-last-preorder): Let-bind `Info-history' to nil to not add | 10 | (Info-last-preorder): Let-bind `Info-history' to nil to not add |