comparison src/lisp.h @ 25544:693ca9ba497a

Change spelling of `toolbar' to `tool_bar' or `tool-bar'. Likewise for upper-case etc.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 05 Sep 1999 15:49:07 +0000
parents ca83cbd878a7
children 2c3a5aaa01e1
comparison
equal deleted inserted replaced
25543:6289141fa825 25544:693ca9ba497a
2355 EXFUN (Fdiscard_input, 0); 2355 EXFUN (Fdiscard_input, 0);
2356 EXFUN (Frecursive_edit, 0); 2356 EXFUN (Frecursive_edit, 0);
2357 EXFUN (Fcommand_execute, 4); 2357 EXFUN (Fcommand_execute, 4);
2358 EXFUN (Finput_pending_p, 0); 2358 EXFUN (Finput_pending_p, 0);
2359 extern Lisp_Object menu_bar_items P_ ((Lisp_Object)); 2359 extern Lisp_Object menu_bar_items P_ ((Lisp_Object));
2360 extern Lisp_Object toolbar_items P_ ((Lisp_Object, int *)); 2360 extern Lisp_Object tool_bar_items P_ ((Lisp_Object, int *));
2361 extern Lisp_Object Qvertical_scroll_bar; 2361 extern Lisp_Object Qvertical_scroll_bar;
2362 extern void discard_mouse_events (); 2362 extern void discard_mouse_events ();
2363 EXFUN (Fevent_convert_list, 1); 2363 EXFUN (Fevent_convert_list, 1);
2364 EXFUN (Fread_key_sequence, 5); 2364 EXFUN (Fread_key_sequence, 5);
2365 EXFUN (Fset_input_mode, 4); 2365 EXFUN (Fset_input_mode, 4);
2637 /* Defined in xfaces.c */ 2637 /* Defined in xfaces.c */
2638 extern void syms_of_xfaces P_ ((void)); 2638 extern void syms_of_xfaces P_ ((void));
2639 2639
2640 #ifdef HAVE_X_WINDOWS 2640 #ifdef HAVE_X_WINDOWS
2641 /* Defined in xfns.c */ 2641 /* Defined in xfns.c */
2642 extern void x_set_toolbar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object)); 2642 extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
2643 extern void syms_of_xfns P_ ((void)); 2643 extern void syms_of_xfns P_ ((void));
2644 #endif 2644 #endif
2645 2645
2646 /* Defined in xselect.c */ 2646 /* Defined in xselect.c */
2647 extern void syms_of_xselect P_ ((void)); 2647 extern void syms_of_xselect P_ ((void));