From 10917a452a747097a77b82fc8cda98d5f8d938f2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 11 Oct 1997 03:54:19 +0000 Subject: [PATCH] (command-line): Don't suppress suffix search. --- lisp/startup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2