diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-10-11 03:54:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-10-11 03:54:19 +0000 |
commit | 10917a452a747097a77b82fc8cda98d5f8d938f2 (patch) | |
tree | c63467f258a90ff112fec6497e6274ec766af609 /lisp/startup.el | |
parent | cb80240ac4e5e1de419fc055d6f3be5e3f952762 (diff) | |
download | emacs-10917a452a747097a77b82fc8cda98d5f8d938f2.tar.gz |
(command-line): Don't suppress suffix search.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index a1a824ae3da..7f3639551de 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -617,7 +617,7 @@ from being initialized." "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. |