]> git.eshelyaron.com Git - emacs.git/commitdiff
Cosmetic changes.
authorKarl Heuer <kwzh@gnu.org>
Sat, 23 Apr 1994 02:30:17 +0000 (02:30 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 23 Apr 1994 02:30:17 +0000 (02:30 +0000)
lisp/mail/rmail.el

index afdb18646438d5aaa29d49ef79da04a5511f41ab..e991b1d20332c8e65a92aacc7f4ad9c7c5543662 100644 (file)
@@ -173,8 +173,8 @@ Called with region narrowed to the message, including headers.")
      ;; On some systems the time zone can appear after the year, too.
      time-zone-regexp
 
-     ;; I'm not sure what this is.
-     "\\(remote from [^\n]*\\)?"
+     ;; Old uucp cruft.
+     "\\(remote from .*\\)?"
 
      "\n"))
   nil)
@@ -1686,8 +1686,9 @@ Deleted messages stay in the file until the \\[rmail-expunge] command is given."
   (let* ((omax (- (buffer-size) (point-max)))
         (omin (- (buffer-size) (point-min)))
         (opoint (if (and (> rmail-current-message 0)
-                         (= ?D (aref rmail-deleted-vector rmail-current-message)))
-                    0 (- (point) (point-min))))
+                         (rmail-message-deleted-p rmail-current-message))
+                    0
+                  (- (point) (point-min))))
         (messages-head (cons (aref rmail-message-vector 0) nil))
         (messages-tail messages-head)
         ;; Don't make any undo records for the expunging.