aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/auth-source.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/auth-source.el')
-rw-r--r--lisp/gnus/auth-source.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/auth-source.el b/lisp/gnus/auth-source.el
index 80a3b91b60a..34fe5afe7af 100644
--- a/lisp/gnus/auth-source.el
+++ b/lisp/gnus/auth-source.el
@@ -1293,7 +1293,7 @@ See `auth-source-search' for details on SPEC."
1293 (secret "password") 1293 (secret "password")
1294 (port "port") ; redundant but clearer 1294 (port "port") ; redundant but clearer
1295 (t (symbol-name r))) 1295 (t (symbol-name r)))
1296 (if (string-match "[\" ]" data) 1296 (if (string-match "[\"# ]" data)
1297 (format "%S" data) 1297 (format "%S" data)
1298 data))))) 1298 data)))))
1299 (setq add (concat add (funcall printer))))))) 1299 (setq add (concat add (funcall printer)))))))