aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ()