# HG changeset patch # User Andreas Schwab # Date 917257502 0 # Node ID 0e451bef1fe09606ccd0c4438b307659fd9c70da # Parent 44241f56675a9f1f33a85af1b1e5775d527a5a55 (mail-complete-alist): Use alist as customize type. diff -r 44241f56675a -r 0e451bef1fe0 lisp/mail/mailalias.el --- 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)