diff src/emacs.c @ 47848:20348451bd8a

Minor white space fix, just to supplement the log for previous change: (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in batch mode).
author Markus Rost <rost@math.uni-bielefeld.de>
date Sat, 12 Oct 2002 17:55:15 +0000
parents 8d4ba9addc8e
children 080b4586492b
line wrap: on
line diff
--- a/src/emacs.c	Sat Oct 12 17:50:43 2002 +0000
+++ b/src/emacs.c	Sat Oct 12 17:55:15 2002 +0000
@@ -87,7 +87,7 @@
 #ifdef DATA_SEG_BITS
 EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS;
 #else
-EMACS_INT  gdb_data_seg_bits = 0;
+EMACS_INT gdb_data_seg_bits = 0;
 #endif
 EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG;