# HG changeset patch # User Gerd Moellmann # Date 1002705853 0 # Node ID d9591551229b3e4f94d6cb057419951fcb393ecc # Parent 9c141145856486a0d4ee2bb469b904be0643fffe (command-line-1): Bind tab-width to 8. diff -r 9c1411458564 -r d9591551229b lisp/startup.el --- 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))