]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/mh-letter.el
Fix several backslash typos in Elisp strings
[gnu-emacs] / lisp / mh-e / mh-letter.el
index 62e9b4a357d0a26c33cc27148a873ae9143af4cc..de2b2cf7fd9ed34a409299324730ef9963ca3aef 100644 (file)
@@ -932,7 +932,7 @@ Any match found replaces the text from BEGIN to END."
     (and (stringp file)
          (file-exists-p file)
          (or (and (not (mh-have-file-command))
-                  (not (null (string-match "\.vcf$" file))))
+                  (not (null (string-match "\\.vcf$" file))))
              (string-equal "text/x-vcard" (mh-file-mime-type file))))))
 
 ;;;###mh-autoload