From: Andreas Schwab Date: Mon, 25 Jan 1999 09:45:02 +0000 (+0000) Subject: (mail-complete-alist): Use alist as customize X-Git-Tag: emacs-20.4~777 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd09e573fe6122343aacc099fbd21ee2cd404c1a;p=emacs.git (mail-complete-alist): Use alist as customize type. --- 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)