From c95a500868e8e6df777e479e8aa9f195f31bcde3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 26 Mar 2009 22:15:13 +0000 Subject: [PATCH] (Fx_focus_frame): Declare. --- src/ChangeLog | 4 +++- src/lisp.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index e0a02b39dc0..f6f8d2b89a5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2009-03-26 Stefan Monnier + * 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 * 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 diff --git a/src/lisp.h b/src/lisp.h index f3321490f7b..99da7160b64 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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 */ -- 2.39.5