diff options
Diffstat (limited to 'lisp/mail/mailabbrev.el')
-rw-r--r-- | lisp/mail/mailabbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index 5efa9eadd4b..d48d8e80767 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -427,6 +427,6 @@ mail-mode-syntax-table is used when the cursor is not in an address header.") t)))) (setq mail-aliases nil) (build-mail-aliases file)) - + (provide 'mail-abbrevs) |