]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_focus_frame): Declare.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 26 Mar 2009 22:15:13 +0000 (22:15 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 26 Mar 2009 22:15:13 +0000 (22:15 +0000)
src/ChangeLog
src/lisp.h

index e0a02b39dc0ca164476fdd9f61a0ee152d015e67..f6f8d2b89a51272664d6d8e1d4f9c713fbf83ea6 100644 (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.
 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>
index f3321490f7b3d0ff1c55df56bb65575e6325c719..99da7160b64991861bffc1f19e2c6aaf1823d455 100644 (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 */