From d4f72c6af8d181c3555552eeb22255d5cc1417e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 16 Feb 2002 09:43:38 +0000 Subject: [PATCH] (eshell-show-usage-metrics): Do not use make-local-hook. --- lisp/eshell/esh-test.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index 2e4d9c69bec..0145e171810 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el @@ -211,7 +211,6 @@ 0 (current-time))) - (make-local-hook 'eshell-pre-command-hook) (add-hook 'eshell-pre-command-hook (function (lambda () @@ -220,7 +219,6 @@ (car (memory-use-counts)) (current-time))))) nil t) - (make-local-hook 'eshell-post-command-hook) (add-hook 'eshell-post-command-hook (function (lambda () -- 2.11.4.GIT