Mercurial > emacs
changeset 22590:fd24f556ad8f
(mh-yank-from-start-of-msg): Use `other' widget
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:16:26 +0000 |
parents | 08ff5fd1e950 |
children | ab11b5ffa8de |
files | lisp/mail/mh-comp.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mh-comp.el Wed Jun 24 09:15:11 1998 +0000 +++ b/lisp/mail/mh-comp.el Wed Jun 24 09:16:26 1998 +0000 @@ -26,7 +26,7 @@ ;;; Change Log: -;; $Id: mh-comp.el,v 1.11 1997/09/15 19:45:16 rms Exp rms $ +;; $Id: mh-comp.el,v 1.12 1997/09/19 04:27:56 rms Exp $ ;;; Code: @@ -100,7 +100,9 @@ message minus the header. If nil, yank only the portion of the message following the point. If the show buffer has a region, this variable is ignored." - :type '(choice (const t) (const nil) (const body)) + :type '(choice (const :tag "Below point" nil) + (const :tag "Without header" body) + (other :tag "Entire message" t)) :group 'mh-compose) (defcustom mh-ins-buf-prefix "> "