From bd09e573fe6122343aacc099fbd21ee2cd404c1a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 25 Jan 1999 09:45:02 +0000 Subject: [PATCH] (mail-complete-alist): Use alist as customize type. --- lisp/mail/mailalias.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2