# HG changeset patch # User Pavel Jank # Date 1008229906 0 # Node ID b85c94030e4a9d58111137111a75c9061ccac6ff # Parent b6d56151d22f54c7b374f16b3ce26912574a3cdf (mail-abbrevs-setup): Do not use make-local-hook. diff -r b6d56151d22f -r b85c94030e4a lisp/mail/mailabbrev.el --- a/lisp/mail/mailabbrev.el Thu Dec 13 07:43:28 2001 +0000 +++ b/lisp/mail/mailabbrev.el Thu Dec 13 07:51:46 2001 +0000 @@ -179,7 +179,6 @@ (nth 5 (file-attributes mail-personal-alias-file))) (build-mail-abbrevs))) (mail-abbrevs-sync-aliases) - (make-local-hook 'pre-abbrev-expand-hook) (add-hook 'pre-abbrev-expand-hook 'sendmail-pre-abbrev-expand-hook nil t) (abbrev-mode 1))