Mercurial > hg > xemacs-beta
comparison lisp/gnus/messcompat.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 0293115a14e9 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
22 ;; Boston, MA 02111-1307, USA. | 22 ;; Boston, MA 02111-1307, USA. |
23 | 23 |
24 ;;; Commentary: | 24 ;;; Commentary: |
25 | 25 |
26 ;; This file tries to provide backward compatability with sendmail.el | 26 ;; This file tries to provide backward compatability with sendmail.el |
27 ;; for Message mode. It should be used by simply adding | 27 ;; for Message mode. It should be used by simply adding |
28 ;; | 28 ;; |
29 ;; (require 'messcompat) | 29 ;; (require 'messcompat) |
30 ;; | 30 ;; |
31 ;; to the .emacs file. Loading it after Message mode has been | 31 ;; to the .emacs file. Loading it after Message mode has been |
32 ;; loaded will have no effect. | 32 ;; loaded will have no effect. |
57 The function `message-setup' runs this hook.") | 57 The function `message-setup' runs this hook.") |
58 | 58 |
59 (defvar message-mode-hook mail-mode-hook | 59 (defvar message-mode-hook mail-mode-hook |
60 "Hook run in message mode buffers.") | 60 "Hook run in message mode buffers.") |
61 | 61 |
62 (defvar message-indentation-spaces mail-indentation-spaces | 62 (defvar message-indentation-spaces mail-indentation-spaces |
63 "*Number of spaces to insert at the beginning of each cited line. | 63 "*Number of spaces to insert at the beginning of each cited line. |
64 Used by `message-yank-original' via `message-yank-cite'.") | 64 Used by `message-yank-original' via `message-yank-cite'.") |
65 | 65 |
66 (defvar message-signature mail-signature | 66 (defvar message-signature mail-signature |
67 "*String to be inserted at the end of the message buffer. | 67 "*String to be inserted at the end of the message buffer. |