aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-02-16 09:43:38 +0000
committerPavel Janík <[email protected]>2002-02-16 09:43:38 +0000
commitd4f72c6af8d181c3555552eeb22255d5cc1417e4 (patch)
treee6cde955a1252a214403626d6ce096b258574230
parentc2dff9ce0a9126c2256394df261101b920fcd30f (diff)
(eshell-show-usage-metrics): Do not use make-local-hook.
-rw-r--r--lisp/eshell/esh-test.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el
index 2e4d9c69be..0145e17181 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 ()