]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/auth-source.el
* lisp/mh-e/mh-comp.el (mh-regexp-in-field-p): Fix previous change.
[gnu-emacs] / lisp / gnus / auth-source.el
index ffc6a4b78af206d26ca42b8d0e701c91cf6a114a..e94904bf175019820ad889972f5312884829edb1 100644 (file)
@@ -1008,7 +1008,7 @@ Note that the MAX parameter is used so we can exit the parse early."
                     (while (and (zerop (forward-line 1))
                                 (looking-at "$")))
                     (narrow-to-region (point) (point)))
-                   ((member elem tokens)
+                   ((and (member elem tokens) (null pair))
                     ;; Tokens that don't have a following value are ignored,
                     ;; except "default".
                     (when (and pair (or (cdr pair)