aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2009-03-26 22:15:13 +0000
committerStefan Monnier2009-03-26 22:15:13 +0000
commitc95a500868e8e6df777e479e8aa9f195f31bcde3 (patch)
tree10279f0782d5016622e94ed15f4e607c21a60a86 /src
parent84db11d602adda080d7062ef8ab57d35442fbe59 (diff)
downloademacs-c95a500868e8e6df777e479e8aa9f195f31bcde3.tar.gz
emacs-c95a500868e8e6df777e479e8aa9f195f31bcde3.zip
(Fx_focus_frame): Declare.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/lisp.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e0a02b39dc0..f6f8d2b89a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12009-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 12009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * lisp.h (Fx_focus_frame): Declare.
4
3 * callint.c (Fcall_interactively): For '^' just delegate the work to 5 * callint.c (Fcall_interactively): For '^' just delegate the work to
4 handle-shift-selection. 6 handle-shift-selection.
5 (syms_of_callint): Move declaration of shift-select-mode to simple.el. 7 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
@@ -103,7 +105,7 @@
1032009-03-17 Stefan Monnier <monnier@iro.umontreal.ca> 1052009-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
104 106
105 * dired.c (file_name_completion): Check completion-ignored-extensions 107 * dired.c (file_name_completion): Check completion-ignored-extensions
106 only if the entry can't affect bestmatch anyway. 108 only if the entry can affect bestmatch.
107 Stop the search early, as Ftry_completion already does. 109 Stop the search early, as Ftry_completion already does.
108 110
1092009-03-17 Chong Yidong <cyd@stupidchicken.com> 1112009-03-17 Chong Yidong <cyd@stupidchicken.com>
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);
3310/* Defined in xfns.c, w32fns.c, or macfns.c */ 3310/* Defined in xfns.c, w32fns.c, or macfns.c */
3311EXFUN (Fxw_display_color_p, 1); 3311EXFUN (Fxw_display_color_p, 1);
3312EXFUN (Fx_file_dialog, 5); 3312EXFUN (Fx_file_dialog, 5);
3313EXFUN (Fx_focus_frame, 1);
3313#endif 3314#endif
3314 3315
3315/* Defined in xfaces.c */ 3316/* Defined in xfaces.c */