Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8896f2df
Commit
8896f2df
authored
May 09, 1993
by
Richard M. Stallman
Browse files
(rmail-convert-to-babyl-format): Delete 1 char
if we see a newline instead of what we expect.
parent
22073dda
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lisp/mail/rmail.el
lisp/mail/rmail.el
+5
-3
No files found.
lisp/mail/rmail.el
View file @
8896f2df
...
...
@@ -797,9 +797,11 @@ argument causes us to read a file name and use that file as the inbox."
(insert ?\^_)
(narrow-to-region (point) (point-max)))
;;
;;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
;; This kludge is because some versions of sendmail.el
;; insert an extra newline at the beginning that shouldn't
;; be there. sendmail.el has been fixed, but old versions
;; may still be in use. -- rms, 7 May 1993.
((eolp) (delete-char 1))
(t (error "Cannot convert to babyl format")))))
count))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment