changeset 39739:d9591551229b

(command-line-1): Bind tab-width to 8.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Oct 2001 09:24:13 +0000
parents 9c1411458564
children 36ec4dfdb899
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Wed Oct 10 09:20:32 2001 +0000
+++ b/lisp/startup.el	Wed Oct 10 09:24:13 2001 +0000
@@ -1306,6 +1306,7 @@
 	     ;; clicks the menu bar during the sit-for.
 	     (when (= (buffer-size) 0)
 	       (let ((buffer-undo-list t)
+		     (tab-width 8)
 		     (wait-for-input t))
 		 (unwind-protect
 		     (when (not (input-pending-p))