diff options
| author | Roland McGrath | 1991-08-20 20:14:42 +0000 |
|---|---|---|
| committer | Roland McGrath | 1991-08-20 20:14:42 +0000 |
| commit | f595ecef54c41a852d783092d60c1da6443e9295 (patch) | |
| tree | b28beb9347de04ccf7884d2799f949dfbc0b863f | |
| parent | b77ab9e81f0b3832eb7dfd182c35f7062b5e1d8a (diff) | |
| download | emacs-f595ecef54c41a852d783092d60c1da6443e9295.tar.gz emacs-f595ecef54c41a852d783092d60c1da6443e9295.zip | |
*** empty log message ***
| -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." | |||
| 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 |