diff options
| author | Andreas Schwab | 1999-01-25 09:45:02 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1999-01-25 09:45:02 +0000 |
| commit | bd09e573fe6122343aacc099fbd21ee2cd404c1a (patch) | |
| tree | 609ed62b5e18f5d2eec8d5ad1ffe496850d7b7ec /lisp | |
| parent | bfa8ca433a62c4ea1e7b0ff35fae1ee18e7a682e (diff) | |
| download | emacs-bd09e573fe6122343aacc099fbd21ee2cd404c1a.tar.gz emacs-bd09e573fe6122343aacc099fbd21ee2cd404c1a.zip | |
(mail-complete-alist): Use alist as customize
type.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/mailalias.el | 2 |
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.") | |||
| 71 | The expression may reference the variable `pattern' | 71 | The expression may reference the variable `pattern' |
| 72 | which will hold the string being completed. | 72 | which will hold the string being completed. |
| 73 | If not on matching header, `mail-complete-function' gets called instead." | 73 | If 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 | ||