From 59f48b152ec199020fc6c92ee2bd06fae46afb1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 13 Dec 2001 07:51:46 +0000 Subject: [PATCH] (mail-abbrevs-setup): Do not use make-local-hook. --- lisp/mail/mailabbrev.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/mail/mailabbrev.el b/lisp/mail/mailabbrev.el index baf08903a79..5fb94733093 100644 --- a/lisp/mail/mailabbrev.el +++ b/lisp/mail/mailabbrev.el @@ -179,7 +179,6 @@ no aliases, which is represented by this being a table with no entries.)") (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)) -- 2.39.2