Mercurial > hg > xemacs-beta
comparison lisp/gnus/messcompat.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:18:39 +0200 |
parents | 0d2f883870bc |
children |
comparison
equal
deleted
inserted
replaced
107:523141596bda | 108:360340f9fd5f |
---|---|
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. |