diff options
author | Andreas Schwab <schwab@suse.de> | 1999-01-25 09:45:02 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1999-01-25 09:45:02 +0000 |
commit | bd09e573fe6122343aacc099fbd21ee2cd404c1a (patch) | |
tree | 609ed62b5e18f5d2eec8d5ad1ffe496850d7b7ec /lisp/mail/mailalias.el | |
parent | bfa8ca433a62c4ea1e7b0ff35fae1ee18e7a682e (diff) | |
download | emacs-bd09e573fe6122343aacc099fbd21ee2cd404c1a.tar.gz |
(mail-complete-alist): Use alist as customize
type.
Diffstat (limited to 'lisp/mail/mailalias.el')
-rw-r--r-- | lisp/mail/mailalias.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailalias.el b/lisp/mail/mailalias.el index f40c460e034..2f120394f2d 100644 --- a/lisp/mail/mailalias.el +++ b/lisp/mail/mailalias.el @@ -71,7 +71,7 @@ When t this still needs to be initialized.") 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) |