aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2010-08-23 00:27:59 +0100
committerJuri Linkov2010-08-23 00:27:59 +0100
commit7133b7ee629457053e63db2a7f192037407da57b (patch)
tree3f3fe53c4a3233abfa0aec4e4c64516627236e74 /src/ChangeLog
parent198a7a97ff99b96523f7c0736aa303d305595094 (diff)
downloademacs-7133b7ee629457053e63db2a7f192037407da57b.tar.gz
emacs-7133b7ee629457053e63db2a7f192037407da57b.zip
Move reading an extended command to Elisp (bug#5364, bug#5214).
* lisp/simple.el (read-extended-command): New function with the logic for `completing-read' moved to Elisp from `execute-extended-command'. Use `function-called-at-point' in `minibuffer-default-add-function' to get a command name for M-n (bug#5364, bug#5214). * src/keyboard.c (Fexecute_extended_command): Move reading a command name with `completing-read' to a new Elisp function `read-extended-command'. Call it to read a command to `function' (bug#5364, bug#5214).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a1e67df99e2..624cddb6fa7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12010-08-22 Juri Linkov <juri@jurta.org>
2
3 * keyboard.c (Fexecute_extended_command): Move reading a command name
4 with `completing-read' to a new Elisp function `read-extended-command'.
5 Call it to read a command to `function' (bug#5364, bug#5214).
6
12010-08-22 Chong Yidong <cyd@stupidchicken.com> 72010-08-22 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886). 9 * emacs.c (main): Remove handling of --unibyte arg (Bug#6886).