Mercurial > emacs
changeset 102736:c8e6da2dab57
(Fx_focus_frame): Declare.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 26 Mar 2009 22:15:13 +0000 |
parents | 07f2395ce3db |
children | f556415c326b |
files | src/ChangeLog src/lisp.h |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Mar 26 17:07:54 2009 +0000 +++ b/src/ChangeLog Thu Mar 26 22:15:13 2009 +0000 @@ -1,5 +1,7 @@ 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca> + * lisp.h (Fx_focus_frame): Declare. + * callint.c (Fcall_interactively): For '^' just delegate the work to handle-shift-selection. (syms_of_callint): Move declaration of shift-select-mode to simple.el. @@ -103,7 +105,7 @@ 2009-03-17 Stefan Monnier <monnier@iro.umontreal.ca> * dired.c (file_name_completion): Check completion-ignored-extensions - only if the entry can't affect bestmatch anyway. + only if the entry can affect bestmatch. Stop the search early, as Ftry_completion already does. 2009-03-17 Chong Yidong <cyd@stupidchicken.com>