From 88255adb6a93c285a0d5040231f9d114b8490857 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 10 Oct 2001 09:25:20 +0000 Subject: [PATCH] (command-line-1): Bind tab-width to 8. --- lisp/ChangeLog | 17 ++++++++++++++--- lisp/startup.el | 1 + 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0c04f2aef06..f8cf1e65c0d 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-10 Pavel Jan,Bm(Bk * emulation/tpu-edt.el: Use defalias instead of fset for @@ -13,8 +17,11 @@ * apropos.el (button): New require. * help-funs.el: New file, contents mostly from `help.el'. - (describe-variable): Use `condition-case' instead of `ignore-errors'. + (describe-variable): Use `condition-case' instead of + `ignore-errors'. + * help-mode.el: New file, contents mostly from `help.el'. + * help.el: Don't require `view' when compiling. (help-with-tutorial, describe-function, describe-function-1) (variable-at-point, describe-variable, locate-library): @@ -35,9 +42,13 @@ (load-symbol-file-load-history, symbol-file): Functions moved into `subr.el'. (symbol-file-load-history-loaded): Variable moved into `subr.el'. - (view-lossage): Call `help-setup-xref' instead of doing it manually. + (view-lossage): Call `help-setup-xref' instead of doing it + manually. + * subr.el (symbol-file-load-history-loaded) - (load-symbol-file-load-history, symbol-file): Moved from `help.el'. + (load-symbol-file-load-history, symbol-file): Moved from + `help.el'. + * loadup.el ("button"): Load removed. * button.el (define-button-type): Respect any `supertype' property. 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)) -- 2.39.2