aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-01-09 16:23:14 -0500
committerGlenn Morris2013-01-09 16:23:14 -0500
commit89c0dda8521d9d988235cf50e4b4dae2df2956a1 (patch)
tree32c58715c698d9d3b027dcc65dbfe826e9e4d3c0 /lisp/ChangeLog
parentf55c06038d069eb42c4af6c0e20bc5aace139b08 (diff)
downloademacs-89c0dda8521d9d988235cf50e4b4dae2df2956a1.tar.gz
emacs-89c0dda8521d9d988235cf50e4b4dae2df2956a1.zip
execute-extended-command prompt fix (bug#13395)
* lisp/simple.el (execute-extended-command): Doc fix. Bind prefix-arg around read-extended-command, for prompt.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2df7452d5b4..1d3c92c4468 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-01-09 Glenn Morris <rgm@gnu.org>
2
3 * simple.el (execute-extended-command): Doc fix.
4 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
5
12013-01-09 Chong Yidong <cyd@gnu.org> 62013-01-09 Chong Yidong <cyd@gnu.org>
2 7
3 * faces.el (read-face-name): Doc fix. 8 * faces.el (read-face-name): Doc fix.