comparison src/xdisp.c @ 109637:c4c8e4a16194

Remove extern declarations in .c files, .h files have them. * src/data.c: * src/dired.c: * src/editfns.c: * src/filelock.c: * src/fns.c: * src/font.c: * src/fontset.c: * src/frame.c: * src/fringe.c: * src/ftfont.c: * src/gtkutil.c: * src/indent.c: * src/keyboard.c: * src/keymap.c: * src/lread.c: * src/menu.c: * src/print.c: * src/search.c: * src/sound.c: * src/window.c: * src/xdisp.c: * src/xfaces.c: * src/xfns.c: * src/xfont.c: * src/xftfont.c: * src/xmenu.c: * src/xterm.c: Remove declarations.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 05 Aug 2010 16:34:12 -0700
parents 228a5fa4eda0
children bac133026fa9
comparison
equal deleted inserted replaced
109636:2d3e59e887ac 109637:c4c8e4a16194
237 #include "commands.h" 237 #include "commands.h"
238 #include "keymap.h" 238 #include "keymap.h"
239 #include "macros.h" 239 #include "macros.h"
240 #include "disptab.h" 240 #include "disptab.h"
241 #include "termhooks.h" 241 #include "termhooks.h"
242 #include "termopts.h"
242 #include "intervals.h" 243 #include "intervals.h"
243 #include "coding.h" 244 #include "coding.h"
244 #include "process.h" 245 #include "process.h"
245 #include "region-cache.h" 246 #include "region-cache.h"
246 #include "font.h" 247 #include "font.h"
266 #define FRAME_X_OUTPUT(f) ((f)->output_data.x) 267 #define FRAME_X_OUTPUT(f) ((f)->output_data.x)
267 #endif 268 #endif
268 269
269 #define INFINITY 10000000 270 #define INFINITY 10000000
270 271
271 #if defined (USE_X_TOOLKIT) || defined (HAVE_NTGUI) \
272 || defined(HAVE_NS) || defined (USE_GTK)
273 extern void set_frame_menubar (struct frame *f, int, int);
274 #endif
275
276 extern int interrupt_input;
277 extern int command_loop_level;
278
279 extern Lisp_Object Vminibuffer_list;
280
281 extern Lisp_Object Qface;
282 extern Lisp_Object Qmode_line, Qmode_line_inactive, Qheader_line;
283
284 extern Lisp_Object Qwhen;
285 extern Lisp_Object Qhelp_echo;
286 extern Lisp_Object Qbefore_string, Qafter_string;
287
288 Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map; 272 Lisp_Object Qoverriding_local_map, Qoverriding_terminal_local_map;
289 Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions; 273 Lisp_Object Qwindow_scroll_functions, Vwindow_scroll_functions;
290 Lisp_Object Qwindow_text_change_functions, Vwindow_text_change_functions; 274 Lisp_Object Qwindow_text_change_functions, Vwindow_text_change_functions;
291 Lisp_Object Qredisplay_end_trigger_functions, Vredisplay_end_trigger_functions; 275 Lisp_Object Qredisplay_end_trigger_functions, Vredisplay_end_trigger_functions;
292 Lisp_Object Qinhibit_point_motion_hooks; 276 Lisp_Object Qinhibit_point_motion_hooks;
383 Lisp_Object Qleft_margin, Qright_margin, Qspace_width, Qraise; 367 Lisp_Object Qleft_margin, Qright_margin, Qspace_width, Qraise;
384 Lisp_Object Qslice; 368 Lisp_Object Qslice;
385 Lisp_Object Qcenter; 369 Lisp_Object Qcenter;
386 Lisp_Object Qmargin, Qpointer; 370 Lisp_Object Qmargin, Qpointer;
387 Lisp_Object Qline_height; 371 Lisp_Object Qline_height;
388 extern Lisp_Object Qheight;
389 extern Lisp_Object QCwidth, QCheight, QCascent;
390 extern Lisp_Object Qscroll_bar;
391 extern Lisp_Object Qcursor;
392 372
393 /* Non-nil means highlight trailing whitespace. */ 373 /* Non-nil means highlight trailing whitespace. */
394 374
395 Lisp_Object Vshow_trailing_whitespace; 375 Lisp_Object Vshow_trailing_whitespace;
396 376
397 /* Non-nil means escape non-break space and hyphens. */ 377 /* Non-nil means escape non-break space and hyphens. */
398 378
399 Lisp_Object Vnobreak_char_display; 379 Lisp_Object Vnobreak_char_display;
400 380
401 #ifdef HAVE_WINDOW_SYSTEM 381 #ifdef HAVE_WINDOW_SYSTEM
402 extern Lisp_Object Voverflow_newline_into_fringe;
403 382
404 /* Test if overflow newline into fringe. Called with iterator IT 383 /* Test if overflow newline into fringe. Called with iterator IT
405 at or past right window margin, and with IT->current_x set. */ 384 at or past right window margin, and with IT->current_x set. */
406 385
407 #define IT_OVERFLOW_NEWLINE_INTO_FRINGE(IT) \ 386 #define IT_OVERFLOW_NEWLINE_INTO_FRINGE(IT) \