]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/mh-utils.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / mh-e / mh-utils.el
index 643674a4523a586f4985450dfe88bd4cec88fff9..37fd1651c5e7e0ffcbe47c9cb03e84f9385cea2e 100644 (file)
@@ -515,7 +515,7 @@ they will not be returned."
     ;; folder is specified, ensure it is nil to avoid adding the
     ;; folder to the folder-list and adding a slash to it.
     (when folder
-      (setq folder (mh-replace-regexp-in-string "^\+" "" folder))
+      (setq folder (mh-replace-regexp-in-string "^\\+" "" folder))
       (setq folder (mh-replace-regexp-in-string "/+$" "" folder))
       (if (equal folder "")
           (setq folder nil)))