diff options
| -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 | ||