]> 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 ac16200adb2286da421d4cbcb13b77db61e54265..e94904bf175019820ad889972f5312884829edb1 100644 (file)
@@ -913,7 +913,7 @@ while \(:host t) would find all host entries."
       (when (and c v)
         (setq prompt (replace-regexp-in-string (format "%%%c" c)
                                                (format "%s" v)
-                                               prompt)))))
+                                               prompt nil t)))))
   prompt)
 
 (defun auth-source-ensure-strings (values)