emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 33cb25b: Fix a typo in rmail.el


From: Eli Zaretskii
Subject: [Emacs-diffs] master 33cb25b: Fix a typo in rmail.el
Date: Sun, 26 Apr 2015 19:19:05 +0000

branch: master
commit 33cb25bdc02a631aabfac76200ead93f93618942
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a typo in rmail.el
    
    * lisp/mail/rmail.el (rmail-ensure-blank-line): Fix a typo in the
    last commit.  (Bug#20429)
---
 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 74533f8..7efcf69 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2127,7 +2127,7 @@ Value is the size of the newly read mail after 
conversion."
 Call with point at the end of the message."
   (unless (bolp)
     (insert "\n"))
-  (unless (looking-back "\n\n" (- (point 2)))
+  (unless (looking-back "\n\n" (- (point) 2))
     (insert "\n")))
 
 (defun rmail-add-mbox-headers ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]