]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/mspools.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / mail / mspools.el
index ddd5414de76c001aa3069546e278cbb2aa5a1396..f22222ad552ff9fcfc3aae45455bc41eae1e7bd1 100644 (file)
@@ -309,7 +309,7 @@ Buffer is not displayed if SHOW is non-nil."
 ;; to file name.
 ;(defun get-folder-from-spool-safe (name)
 ;  "Return the folder name corresponding to the spool file NAME."
-;  (if (string-match "^\\(.*\\)\.spool$" name)
+;  (if (string-match "^\\(.*\\)\\.spool$" name)
 ;      (substring name (match-beginning 1) (match-end 1))
 ;    (error "Could not extract folder name from spool name %s" name)))