diff options
| author | Juri Linkov | 2012-09-21 00:21:46 +0300 |
|---|---|---|
| committer | Juri Linkov | 2012-09-21 00:21:46 +0300 |
| commit | 41a97e6fcf1cd4614a9dcd13ee843a922f3890b4 (patch) | |
| tree | 6a385efb33c7d182d7bd1cf0e18dc1706290f44d /lisp/ChangeLog | |
| parent | c9e452d3a1e611ccd66a0c0030ef8e12d73b27c9 (diff) | |
| download | emacs-41a97e6fcf1cd4614a9dcd13ee843a922f3890b4.tar.gz emacs-41a97e6fcf1cd4614a9dcd13ee843a922f3890b4.zip | |
* lisp/replace.el (read-regexp): Don't add ": " when PROMPT already
ends with a colon and space.
Fixes: debbugs:12321
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 ca544b023e6..1ec43f2164c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-09-20 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * replace.el (read-regexp): Don't add ": " when PROMPT already | ||
| 4 | ends with a colon and space. (Bug#12321) | ||
| 5 | |||
| 1 | 2012-09-20 Tassilo Horn <tsdh@gnu.org> | 6 | 2012-09-20 Tassilo Horn <tsdh@gnu.org> |
| 2 | 7 | ||
| 3 | * doc-view.el (doc-view-display): Better fix for the cl-assertion | 8 | * doc-view.el (doc-view-display): Better fix for the cl-assertion |