]> code.delx.au - gnu-emacs/commitdiff
Minor white space fix, just to supplement the log for previous change:
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 12 Oct 2002 17:55:15 +0000 (17:55 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sat, 12 Oct 2002 17:55:15 +0000 (17:55 +0000)
(syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in batch mode).

src/emacs.c

index 2bf28d0568cd482d52970949320532c1bea28958..ccf2f93f93c95448e823b7412dbcb97392a4a636 100644 (file)
@@ -87,7 +87,7 @@ EMACS_INT gdb_emacs_intbits = sizeof (EMACS_INT) * BITS_PER_CHAR;
 #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;