From a2b3d59a62a001b4d2ab58fa97809ba75f34d1a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 26 Nov 2001 16:28:30 +0000 Subject: [PATCH] (speedbar-mode): Remove make-local-hook. --- lisp/speedbar.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 82492ff2e49..d60d38a8275 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -1277,7 +1277,6 @@ in the selected file. (speedbar-quick-mouse event))) ;; Don't do normal operations. t))))) - (make-local-hook 'kill-buffer-hook) (add-hook 'kill-buffer-hook (lambda () (let ((skilling (boundp 'skilling))) (if skilling nil -- 2.39.5