aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorAndreas Schwab1999-01-25 09:45:02 +0000
committerAndreas Schwab1999-01-25 09:45:02 +0000
commitbd09e573fe6122343aacc099fbd21ee2cd404c1a (patch)
tree609ed62b5e18f5d2eec8d5ad1ffe496850d7b7ec /lisp
parentbfa8ca433a62c4ea1e7b0ff35fae1ee18e7a682e (diff)
downloademacs-bd09e573fe6122343aacc099fbd21ee2cd404c1a.tar.gz
emacs-bd09e573fe6122343aacc099fbd21ee2cd404c1a.zip
(mail-complete-alist): Use alist as customize
type.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/mailalias.el2
1 files changed, 1 insertions, 1 deletions
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.")
71The expression may reference the variable `pattern' 71The expression may reference the variable `pattern'
72which will hold the string being completed. 72which will hold the string being completed.
73If not on matching header, `mail-complete-function' gets called instead." 73If not on matching header, `mail-complete-function' gets called instead."
74 :type 'sexp 74 :type 'alist
75 :group 'mailalias) 75 :group 'mailalias)
76(put 'mail-complete-alist 'risky-local-variable t) 76(put 'mail-complete-alist 'risky-local-variable t)
77 77