aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-24 07:58:51 +0000
committerJuanma Barranquero2003-02-24 07:58:51 +0000
commit0b063c2762130d90ceb766b9753339fc62539082 (patch)
treeb650fe015393feb2c0dd9a0b5733c9c5ff9e7fdd /src
parent3d1dcd520fb6ac93e571ab487ad93ddb9ecb4a4d (diff)
downloademacs-0b063c2762130d90ceb766b9753339fc62539082.tar.gz
emacs-0b063c2762130d90ceb766b9753339fc62539082.zip
(Qwhen): Declare external; it's now defined in callint.c.
(syms_of_xdisp): Don't initialize Qwhen.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
-rw-r--r--src/xdisp.c5
2 files changed, 8 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3e056ced267..a3f5d91d77a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12003-02-24 Juanma Barranquero <lektu@terra.es>
2
3 * xdisp.c (Qwhen): Declare external; it's now defined in callint.c.
4 (syms_of_xdisp): Don't initialize Qwhen.
5
12003-02-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62003-02-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 7
3 * keyboard.c (cancel_hourglass_unwind): New function. 8 * keyboard.c (cancel_hourglass_unwind): New function.
@@ -10,7 +15,7 @@
10 (Fcall_interactively): Call fix_command. 15 (Fcall_interactively): Call fix_command.
11 (Qif, Qwhen): New variables. 16 (Qif, Qwhen): New variables.
12 (syms_of_callint): Init and staticpro them. 17 (syms_of_callint): Init and staticpro them.
13 18
14 * regex.c (print_partial_compiled_pattern): Output to stderr. 19 * regex.c (print_partial_compiled_pattern): Output to stderr.
15 20
162003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> 212003-02-23 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
diff --git a/src/xdisp.c b/src/xdisp.c
index 5da63f2f407..f9ad45445d4 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -218,12 +218,13 @@ extern Lisp_Object Qmode_line, Qmode_line_inactive, Qheader_line;
218extern Lisp_Object Voverriding_local_map; 218extern Lisp_Object Voverriding_local_map;
219extern Lisp_Object Voverriding_local_map_menu_flag; 219extern Lisp_Object Voverriding_local_map_menu_flag;
220extern Lisp_Object Qmenu_item; 220extern Lisp_Object Qmenu_item;
221extern Lisp_Object Qwhen;
221 222
222Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map; 223Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
223Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions; 224Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
224Lisp_Object Qredisplay_end_trigger_functions; 225Lisp_Object Qredisplay_end_trigger_functions;
225Lisp_Object Qinhibit_point_motion_hooks; 226Lisp_Object Qinhibit_point_motion_hooks;
226Lisp_Object QCeval, Qwhen, QCfile, QCdata, QCpropertize; 227Lisp_Object QCeval, QCfile, QCdata, QCpropertize;
227Lisp_Object Qfontified; 228Lisp_Object Qfontified;
228Lisp_Object Qgrow_only; 229Lisp_Object Qgrow_only;
229Lisp_Object Qinhibit_eval_during_redisplay; 230Lisp_Object Qinhibit_eval_during_redisplay;
@@ -15658,8 +15659,6 @@ syms_of_xdisp ()
15658 staticpro (&QCeval); 15659 staticpro (&QCeval);
15659 QCpropertize = intern (":propertize"); 15660 QCpropertize = intern (":propertize");
15660 staticpro (&QCpropertize); 15661 staticpro (&QCpropertize);
15661 Qwhen = intern ("when");
15662 staticpro (&Qwhen);
15663 QCfile = intern (":file"); 15662 QCfile = intern (":file");
15664 staticpro (&QCfile); 15663 staticpro (&QCfile);
15665 Qfontified = intern ("fontified"); 15664 Qfontified = intern ("fontified");