(mail-abbrevs-setup): Do not use make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Thu, 13 Dec 2001 07:51:46 +0000 (07:51 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 13 Dec 2001 07:51:46 +0000 (07:51 +0000)
lisp/mail/mailabbrev.el

index baf0890..5fb9473 100644 (file)
@@ -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))