From a1cb593cde14cfa30da8b3a7ccf32f05bfe20758 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 10 Oct 2001 09:27:00 +0000 Subject: [PATCH] (command-line-1): Bind tab-width to 8. --- lisp/ChangeLog | 4 ++++ lisp/startup.el | 1 + 2 files changed, 5 insertions(+) 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)) -- 2.39.2