changeset 41998:b85c94030e4a

(mail-abbrevs-setup): Do not use make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 13 Dec 2001 07:51:46 +0000
parents b6d56151d22f
children 3ae5a751a34a
files lisp/mail/mailabbrev.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))