]> code.delx.au - gnu-emacs/commitdiff
(command-line): Don't suppress suffix search.
authorRichard M. Stallman <rms@gnu.org>
Sat, 11 Oct 1997 03:54:19 +0000 (03:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 11 Oct 1997 03:54:19 +0000 (03:54 +0000)
lisp/startup.el

index a1a824ae3da3ae3d0cd811fcee612114433a4c97..7f3639551dec5e1b003e984742e204b9088fd212 100644 (file)
@@ -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.