diff options
| author | Glenn Morris | 2011-07-15 19:59:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-07-15 19:59:25 -0400 |
| commit | 03ea5b873a2f8c5d19bfe0e5682a9700e86d1160 (patch) | |
| tree | d4413f2446c9e573bcc0794fc936aa4a040c2863 /lisp/ChangeLog | |
| parent | c152c1d6bea9addaedf7a99eb33ff4d327ce7a5a (diff) | |
| download | emacs-03ea5b873a2f8c5d19bfe0e5682a9700e86d1160.tar.gz emacs-03ea5b873a2f8c5d19bfe0e5682a9700e86d1160.zip | |
* lisp/subr.el (read-char-choice): Respect help-form. (Bug#9001)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a2c8daed5b..5efd11e542b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-07-15 Glenn Morris <rgm@gnu.org> | 1 | 2011-07-15 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * subr.el (read-char-choice): Allow quitting. (Bug#9001) | 3 | * subr.el (read-char-choice): Allow quitting. (Bug#9001) |
| 4 | Respect help-form. | ||
| 4 | 5 | ||
| 5 | 2011-07-09 Lawrence Mitchell <wence@gmx.li> | 6 | 2011-07-09 Lawrence Mitchell <wence@gmx.li> |
| 6 | 7 | ||