aboutsummaryrefslogtreecommitdiff
path: root/textproc/dictionary/files/patch-dictionary.el
blob: 6b343164e3c0d5c85f5ff26f8b39a8fee37c9ae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- dictionary.el.orig	2004-10-02 06:31:20 UTC
+++ dictionary.el
@@ -330,7 +330,8 @@ by the choice value:
   (make-local-variable 'dictionary-default-dictionary)
   (make-local-variable 'dictionary-default-strategy)
   
-  (make-local-hook 'kill-buffer-hook)
+  (if (fboundp 'make-local-hook)
+      (make-local-hook 'kill-buffer-hook))
   (add-hook 'kill-buffer-hook 'dictionary-close t t)
   (run-hooks 'dictionary-mode-hook))