diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2d49a44bb85..f2465100f48 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -657,7 +657,7 @@ argument causes us to read a file name and use that file as the inbox." ;;This is a kludge, in case we're wrong about mmdf not ;;allowing anything in between. If it loses, we'll have ;;to look for something else - (t (error "Cannot convert to babyl format"))))) + (t (error "Cannot convert to babyl format")))))) count)) ;; Delete the "From ..." line, creating various other headers with |