]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/auth-source.el
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / gnus / auth-source.el
index 6e6c74509f09c93dce1a6d9b4d4b1c4c1cda8f8c..ac16200adb2286da421d4cbcb13b77db61e54265 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)