emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/mail-hist.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mail-hist.el
Date: Tue, 04 Feb 2003 08:14:01 -0500

Index: emacs/lisp/mail/mail-hist.el
diff -c emacs/lisp/mail/mail-hist.el:1.22 emacs/lisp/mail/mail-hist.el:1.23
*** emacs/lisp/mail/mail-hist.el:1.22   Thu Sep 26 19:19:26 2002
--- emacs/lisp/mail/mail-hist.el        Tue Feb  4 08:14:00 2003
***************
*** 122,128 ****
  (defsubst mail-hist-forward-header (count)
    "Move forward COUNT headers (backward if COUNT is negative).
  If last/first header is encountered first, stop there and returns
! nil.  
  
  Places point on the first non-whitespace on the line following the
  colon after the header name, or on the second space following that if
--- 122,128 ----
  (defsubst mail-hist-forward-header (count)
    "Move forward COUNT headers (backward if COUNT is negative).
  If last/first header is encountered first, stop there and returns
! nil.
  
  Places point on the first non-whitespace on the line following the
  colon after the header name, or on the second space following that if
***************
*** 212,222 ****
  
  ;;;###autoload
  (defun mail-hist-put-headers-into-history ()
!   "Put headers and contents of this message into mail header history. 
  Each header has its own independent history, as does the body of the
  message.
  
! This function normally would be called when the message is sent." 
    (and
     mail-hist-keep-history
     (save-excursion
--- 212,222 ----
  
  ;;;###autoload
  (defun mail-hist-put-headers-into-history ()
!   "Put headers and contents of this message into mail header history.
  Each header has its own independent history, as does the body of the
  message.
  
! This function normally would be called when the message is sent."
    (and
     mail-hist-keep-history
     (save-excursion
***************
*** 260,266 ****
            ;; bottom is often just the same quoted history for every
            ;; message in the thread, differing only in indentation
            ;; level.
!           (if (string-equal header "body") 
                (goto-char start)))
          ))))
  
--- 260,266 ----
            ;; bottom is often just the same quoted history for every
            ;; message in the thread, differing only in indentation
            ;; level.
!           (if (string-equal header "body")
                (goto-char start)))
          ))))
  




reply via email to

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