]> git.eshelyaron.com Git - emacs.git/commitdiff
(mail-complete-alist): Use alist as customize
authorAndreas Schwab <schwab@suse.de>
Mon, 25 Jan 1999 09:45:02 +0000 (09:45 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 25 Jan 1999 09:45:02 +0000 (09:45 +0000)
type.

lisp/mail/mailalias.el

index f40c460e034a52becd0ffcef939bc95bc43fc707..2f120394f2dcece4aa11d0096a60927f8ed5400a 100644 (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)