]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix default value of gnus-registry-register-all: should be t
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 19 Dec 2020 23:25:14 +0000 (15:25 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 19 Dec 2020 23:26:48 +0000 (15:26 -0800)
* lisp/gnus/gnus-registry.el (gnus-registry-register-all): This was
meant to default to t; only an oversight during code review left it as
nil.

lisp/gnus/gnus-registry.el

index 31aee0364cf8953bfa6c098f221fb08299a0fcf9..72412595a9a2fede018d02b1a2170acc58565df7 100644 (file)
@@ -163,7 +163,7 @@ nnmairix groups are specifically excluded because they are ephemeral."
                  (const :tag "Always Install" t)
                  (const :tag "Ask Me" ask)))
 
-(defcustom gnus-registry-register-all nil
+(defcustom gnus-registry-register-all t
   "If non-nil, register all articles in the registry."
   :type 'boolean
   :version "28.1")
@@ -1094,7 +1094,7 @@ only the last one's marks are returned."
 
 (defun gnus-registry-get-or-make-entry (id &optional no-create)
   "Return registry entry for ID.
-If entry is not found, create a new one, unless NO-create is
+If entry is not found, create a new one, unless NO-CREATE is
 non-nil."
   (let* ((db gnus-registry-db)
          ;; safe if not found