]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-read-init-file): Don't load anything if init-file-user is nil.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Dec 1996 22:00:45 +0000 (22:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Dec 1996 22:00:45 +0000 (22:00 +0000)
lisp/gnus.el

index 252a4d823dee7ffe62d972d66479dc72d9906e07..f50ca034de197e414b12f9638958daa01d2e9a22 100644 (file)
@@ -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)))