]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/undigest.el
Fix several backslash typos in Elisp strings
[gnu-emacs] / lisp / mail / undigest.el
index 42be51841a3529b22b7b5f4a26963aabfa9d3840..9fbbd94b08384bfad8939a9a2455387e623acf59 100644 (file)
@@ -1,9 +1,9 @@
 ;;; undigest.el --- digest-cracking support for the RMAIL mail reader
 
-;; Copyright (C) 1985-1986, 1994, 1996, 2001-2013 Free Software
+;; Copyright (C) 1985-1986, 1994, 1996, 2001-2015 Free Software
 ;; Foundation, Inc.
 
-;; Maintainer: FSF
+;; Maintainer: emacs-devel@gnu.org
 ;; Keywords: mail
 
 ;; This file is part of GNU Emacs.
@@ -79,7 +79,7 @@ See rmail-digest-methods."
  (rmail-digest-rfc1153
   "^-\\{70\\}\n\n"
   "^\n-\\{30\\}\n\n"
-  "^\n-\\{30\\}\n\nEnd of .* Digest.*\n\\*\\{15,\\}\n+\'"))
+  "^\n-\\{30\\}\n\nEnd of .* Digest.*\n\\*\\{15,\\}\n+\\'"))
 
 (defun rmail-digest-parse-rfc1153sloppy ()
   "Parse using the method defined in RFC 1153, allowing for some sloppiness.