(mail-complete-alist): Use alist as customize

type.
This commit is contained in:
Andreas Schwab 1999-01-25 09:45:02 +00:00
parent bfa8ca433a
commit bd09e573fe

View file

@ -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)