1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

(Fx_focus_frame): Declare.

This commit is contained in:
Stefan Monnier 2009-03-26 22:15:13 +00:00
parent 84db11d602
commit c95a500868
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -3310,6 +3310,7 @@ EXFUN (Fnew_fontset, 2);
/* Defined in xfns.c, w32fns.c, or macfns.c */
EXFUN (Fxw_display_color_p, 1);
EXFUN (Fx_file_dialog, 5);
EXFUN (Fx_focus_frame, 1);
#endif
/* Defined in xfaces.c */