diff options
| author | Thierry Volpiatto | 2013-04-19 01:11:16 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-04-19 01:11:16 -0400 |
| commit | 7d6883367a54b4eee342aa861ef73e4191151ef0 (patch) | |
| tree | e5302c9935bad85459c56162d54353f215ea3a72 /lisp/ChangeLog | |
| parent | 31dcede0c7fc852d6f05bda476a99bb37661371b (diff) | |
| download | emacs-7d6883367a54b4eee342aa861ef73e4191151ef0.tar.gz emacs-7d6883367a54b4eee342aa861ef73e4191151ef0.zip | |
* lisp/bookmark.el (bookmark-completing-read): Improve handling of empty
string.
Fixes: debbugs:14176
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 97ee66dcc01..a09d37352f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * bookmark.el (bookmark-completing-read): Improve handling of empty | ||
| 4 | string (bug#14176). | ||
| 5 | |||
| 1 | 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg. | 8 | * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg. |