Mercurial > emacs
changeset 20030:4e45c8db30cb
(command-line): Don't suppress suffix search.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 11 Oct 1997 03:54:19 +0000 |
parents | 857e1ce3f14b |
children | 6b1b51bc8b17 |
files | lisp/startup.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Sat Oct 11 03:31:06 1997 +0000 +++ b/lisp/startup.el Sat Oct 11 03:54:19 1997 +0000 @@ -617,7 +617,7 @@ "sys$login:.emacs") (t (concat "~" init-file-user "/.emacs")))) - (load user-init-file t t t) + (load user-init-file t t) (or inhibit-default-init (let ((inhibit-startup-message nil)) ;; Users are supposed to be told their rights.