diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-10-10 09:25:20 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-10-10 09:25:20 +0000 |
commit | 88255adb6a93c285a0d5040231f9d114b8490857 (patch) | |
tree | 2667e90c2ad732b53ae57df2f349e91ab4748fc0 /lisp/startup.el | |
parent | 3c0fd84cfb68888d643441011d6bd56f38db0c5e (diff) | |
download | emacs-88255adb6a93c285a0d5040231f9d114b8490857.tar.gz |
(command-line-1): Bind tab-width to 8.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index b12834a823a..b84c122e25b 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1306,6 +1306,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)) |