From: Pavel Janík Date: Thu, 13 Dec 2001 07:51:46 +0000 (+0000) Subject: (mail-abbrevs-setup): Do not use make-local-hook. X-Git-Tag: ttn-vms-21-2-B4~17753 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59f48b152ec199020fc6c92ee2bd06fae46afb1c;p=emacs.git (mail-abbrevs-setup): Do not use make-local-hook. --- 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))