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/sendmail.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/sendmail.el
Date: Tue, 22 Jan 2002 19:44:27 -0500

Index: emacs/lisp/mail/sendmail.el
diff -c emacs/lisp/mail/sendmail.el:1.249 emacs/lisp/mail/sendmail.el:1.250
*** emacs/lisp/mail/sendmail.el:1.249   Fri Jan  4 05:25:20 2002
--- emacs/lisp/mail/sendmail.el Tue Jan 22 19:44:27 2002
***************
*** 487,497 ****
    (set (make-local-variable 'comment-start) mail-yank-prefix)
    (make-local-variable 'adaptive-fill-regexp)
    (setq adaptive-fill-regexp
!       (concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|"
                adaptive-fill-regexp))
    (make-local-variable 'adaptive-fill-first-line-regexp)
    (setq adaptive-fill-first-line-regexp
!       (concat "[ \t]*[-[:alnum:]]*>+[ \t]*\\|"
                adaptive-fill-first-line-regexp))
    ;; `-- ' precedes the signature.  `-----' appears at the start of the
    ;; lines that delimit forwarded messages.
--- 487,497 ----
    (set (make-local-variable 'comment-start) mail-yank-prefix)
    (make-local-variable 'adaptive-fill-regexp)
    (setq adaptive-fill-regexp
!       (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
                adaptive-fill-regexp))
    (make-local-variable 'adaptive-fill-first-line-regexp)
    (setq adaptive-fill-first-line-regexp
!       (concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
                adaptive-fill-first-line-regexp))
    ;; `-- ' precedes the signature.  `-----' appears at the start of the
    ;; lines that delimit forwarded messages.



reply via email to

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