(message-make-forward-subject): Remove garbage line.
authoryamaoka <yamaoka>
Wed, 9 Aug 2000 10:44:59 +0000 (10:44 +0000)
committeryamaoka <yamaoka>
Wed, 9 Aug 2000 10:44:59 +0000 (10:44 +0000)
lisp/message.el

index 1de2986..8319bcd 100644 (file)
@@ -4924,7 +4924,6 @@ the message."
   "Return a Subject header suitable for the message in the current buffer."
   (save-excursion
     (save-restriction
-      (current-buffer)
       (message-narrow-to-head)
       (let ((funcs message-make-forward-subject-function)
            (subject (message-fetch-field "Subject")))