From: Gerd Moellmann Date: Wed, 10 Oct 2001 09:27:00 +0000 (+0000) Subject: (command-line-1): Bind tab-width to 8. X-Git-Tag: emacs-21.1~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a1cb593cde14cfa30da8b3a7ccf32f05bfe20758;p=emacs.git (command-line-1): Bind tab-width to 8. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1c546a501a0..9b3bcc389e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-10-10 Gerd Moellmann + + * startup.el (command-line-1): Bind tab-width to 8. + 2001-10-04 Andrew Innes * faces.el (face-font-registry-alternatives) [windows-nt]: Make diff --git a/lisp/startup.el b/lisp/startup.el index 45de4ea80a2..294c49e44be 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1301,6 +1301,7 @@ where FACE is a valid face specification, as it can be used with ;; 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))