summaryrefslogtreecommitdiff
path: root/lisp/mail/mailabbrev.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-13 07:51:46 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-13 07:51:46 +0000
commit59f48b152ec199020fc6c92ee2bd06fae46afb1c (patch)
tree95e7c2808d40b431665b20613cb82e75fa81d952 /lisp/mail/mailabbrev.el
parent2e0336939b4de5ada6f033ba02c42bf9a13e9dfc (diff)
downloademacs-59f48b152ec199020fc6c92ee2bd06fae46afb1c.tar.gz
emacs-59f48b152ec199020fc6c92ee2bd06fae46afb1c.tar.bz2
emacs-59f48b152ec199020fc6c92ee2bd06fae46afb1c.zip
(mail-abbrevs-setup): Do not use make-local-hook.
Diffstat (limited to 'lisp/mail/mailabbrev.el')
-rw-r--r--lisp/mail/mailabbrev.el1
1 files changed, 0 insertions, 1 deletions
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))