emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 17 Nov 2005 13:18:35 -0500

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.764 emacs/lisp/simple.el:1.765
*** emacs/lisp/simple.el:1.764  Thu Nov 17 16:30:52 2005
--- emacs/lisp/simple.el        Thu Nov 17 18:18:33 2005
***************
*** 4506,4512 ****
        (unless (member-ignore-case (car (car other-headers))
                                    '("in-reply-to" "cc" "body"))
            (insert (car (car other-headers)) ": "
!                   (cdr (car other-headers)) "\n"))
        (setq other-headers (cdr other-headers)))
        (when body
        (forward-line 1)
--- 4506,4512 ----
        (unless (member-ignore-case (car (car other-headers))
                                    '("in-reply-to" "cc" "body"))
            (insert (car (car other-headers)) ": "
!                   (cdr (car other-headers)) hard-newline))
        (setq other-headers (cdr other-headers)))
        (when body
        (forward-line 1)




reply via email to

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