aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1991-08-20 20:14:42 +0000
committerRoland McGrath1991-08-20 20:14:42 +0000
commitf595ecef54c41a852d783092d60c1da6443e9295 (patch)
treeb28beb9347de04ccf7884d2799f949dfbc0b863f
parentb77ab9e81f0b3832eb7dfd182c35f7062b5e1d8a (diff)
downloademacs-f595ecef54c41a852d783092d60c1da6443e9295.tar.gz
emacs-f595ecef54c41a852d783092d60c1da6443e9295.zip
*** empty log message ***
-rw-r--r--lisp/mail/rmail.el2
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."
657 ;;This is a kludge, in case we're wrong about mmdf not 657 ;;This is a kludge, in case we're wrong about mmdf not
658 ;;allowing anything in between. If it loses, we'll have 658 ;;allowing anything in between. If it loses, we'll have
659 ;;to look for something else 659 ;;to look for something else
660 (t (error "Cannot convert to babyl format"))))) 660 (t (error "Cannot convert to babyl format"))))))
661 count)) 661 count))
662 662
663;; Delete the "From ..." line, creating various other headers with 663;; Delete the "From ..." line, creating various other headers with