]> git.eshelyaron.com Git - emacs.git/commitdiff
(command-line-1): Bind tab-width to 8.
authorGerd Moellmann <gerd@gnu.org>
Wed, 10 Oct 2001 09:27:00 +0000 (09:27 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 10 Oct 2001 09:27:00 +0000 (09:27 +0000)
lisp/ChangeLog
lisp/startup.el

index 1c546a501a0483e46b4ef9badffb3c1ded48a38b..9b3bcc389e26b14508ede35e4d3fb5aaad59144c 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-10  Gerd Moellmann  <gerd@gnu.org>
+
+       * startup.el (command-line-1): Bind tab-width to 8.
+
 2001-10-04  Andrew Innes  <andrewi@gnu.org>
 
        * faces.el (face-font-registry-alternatives) [windows-nt]: Make
index 45de4ea80a2809ddea11641c2b1864234aa25ce2..294c49e44be6089e13bd7ba78889300f8b23db99 100644 (file)
@@ -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))