Mercurial > emacs
changeset 24172:0e451bef1fe0
(mail-complete-alist): Use alist as customize
type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 25 Jan 1999 09:45:02 +0000 |
parents | 44241f56675a |
children | 810e9f8c8ed7 |
files | lisp/mail/mailalias.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mailalias.el Mon Jan 25 09:20:43 1999 +0000 +++ b/lisp/mail/mailalias.el Mon Jan 25 09:45:02 1999 +0000 @@ -71,7 +71,7 @@ The expression may reference the variable `pattern' which will hold the string being completed. If not on matching header, `mail-complete-function' gets called instead." - :type 'sexp + :type 'alist :group 'mailalias) (put 'mail-complete-alist 'risky-local-variable t)