comparison lisp/ChangeLog @ 109957:083f3bd6ac6e

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).
author Juri Linkov <juri@jurta.org>
date Mon, 23 Aug 2010 00:27:59 +0100
parents ce960720ed3f
children 73a3403135d5
comparison
equal deleted inserted replaced
109956:ce960720ed3f 109957:083f3bd6ac6e
1 2010-08-22 Juri Linkov <juri@jurta.org>
2
3 * simple.el (read-extended-command): New function with the logic
4 for `completing-read' moved to Elisp from `execute-extended-command'.
5 Use `function-called-at-point' in `minibuffer-default-add-function'
6 to get a command name for M-n (bug#5364, bug#5214).
7
1 2010-08-22 Chong Yidong <cyd@stupidchicken.com> 8 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * startup.el (command-line-1): Issue warning for ignored arguments 10 * startup.el (command-line-1): Issue warning for ignored arguments
4 --unibyte, etc (Bug#6886). 11 --unibyte, etc (Bug#6886).
5 12