From 4703f85167579c1db3bdc13f074b007f777c067c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 Dec 1996 22:00:45 +0000 Subject: [PATCH] (gnus-read-init-file): Don't load anything if init-file-user is nil. --- lisp/gnus.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/gnus.el b/lisp/gnus.el index 252a4d823de..f50ca034de1 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -2267,6 +2267,8 @@ Thank you for your help in stamping out bugs. (setq gnus-init-inhibit nil) (setq gnus-init-inhibit inhibit-next) (and gnus-init-file + ;; Don't load .gnus if -q option was used. + init-file-user (or (and (file-exists-p gnus-init-file) ;; Don't try to load a directory. (not (file-directory-p gnus-init-file))) -- 2.39.5