From af0ad939bdb8396a4c0cd3319ed6e32947c2e0f6 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sat, 22 Mar 2003 01:35:32 +0000 Subject: [PATCH] Make sure space precedes end-of-line backslashes. --- src/ChangeLog | 12 ++++++++---- src/Makefile.in | 10 +++++----- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index b2c9af9a5a5..47f5810abc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-03-22 Thien-Thi Nguyen + + * Makefile.in: Make sure space precedes end-of-line backslashes. + 2003-03-22 Kim F. Storm * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords): @@ -24,7 +28,7 @@ the output cursor, and help echo from xterm.c, w32term.c and macterm.c into xdisp.c. It also generalizes the use of the window_part enum instead of using numeric values throughout. - + * xdisp.c: Consolidate gui-independent code here. Include keymap.h. (Qhelp_echo): Import. @@ -45,7 +49,7 @@ (tool_bar_item_info, notice_overwritten_cursor): Make static. (frame_to_window_pixel_xy, get_glyph_string_clip_rect) (set_output_cursor, x_cursor_to, handle_tool_bar_click) - (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line): + (x_write_glyphs, x_insert_glyphs, x_clear_end_of_line): (x_fix_overlapping_area, draw_phys_cursor_glyph, erase_phys_cursor) (display_and_set_cursor, x_update_cursor, x_clear_cursor) (show_mouse_face, clear_mouse_face, cursor_in_mouse_face_p) @@ -101,7 +105,7 @@ * xterm.h (No_Cursor): Declare as None for X. (struct mac_output): Replace member cross_cursor by hand_cursor. - + * xterm.c: Remove consolidated defines and code. (BETWEEN): Remove unused macro. (x_draw_vertical_window_border, x_shift_glyphs_for_insert) @@ -128,7 +132,7 @@ * w32fns.c: Remove setup of cross_cursor (already has hand_cursor). * w32console.c: Remove consolidated defines and code. - + * msdos.h (Display_Info): Add generic typedef. * msdos.c: Remove consolidated defines and code. diff --git a/src/Makefile.in b/src/Makefile.in index dfcb82a9302..e93cfa0a04f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -572,7 +572,7 @@ XMENU_OBJ = xmenu.o /* lastfile must follow all files whose initialized data areas should be dumped as pure by dump-emacs. */ obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \ - charset.o coding.o category.o ccl.o\ + charset.o coding.o category.o ccl.o \ cm.o term.o xfaces.o $(XOBJ) \ emacs.o keyboard.o macros.o keymap.o sysdep.o \ buffer.o filelock.o insdel.o marker.o \ @@ -703,7 +703,7 @@ lisp= \ ${lispsource}facemenu.elc \ MOUSE_SUPPORT \ ${lispsource}float-sup.elc \ - ${lispsource}frame.elc\ + ${lispsource}frame.elc \ ${lispsource}help.elc \ ${lispsource}indent.elc \ ${lispsource}isearch.elc \ @@ -1112,7 +1112,7 @@ getloadavg.o: getloadavg.c $(config_h) indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \ keyboard.h -insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h\ +insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \ dispextern.h atimer.h systime.h $(config_h) keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ @@ -1204,7 +1204,7 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ floatfns.o: floatfns.c $(config_h) fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h -print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ +print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ $(config_h) dispextern.h msdos.h composite.h lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ termhooks.h coding.h msdos.h @@ -1253,7 +1253,7 @@ ${emacsapp}Contents/Resources/English.lproj/InfoPlist.strings: ${emacsappsrc}Con endif macosx-bundle: ${emacsapp}Contents/Resources/English.lproj \ - ${emacsapp}Contents/Info.plist ${emacsapp}Contents/PkgInfo\ + ${emacsapp}Contents/Info.plist ${emacsapp}Contents/PkgInfo \ ${emacsapp}Contents/Resources/Emacs.icns \ ${emacsapp}Contents/Resources/English.lproj/InfoPlist.strings macosx-app: macosx-bundle ${emacsapp}Contents/MacOS/Emacs \ -- 2.39.2