changeset 43339:0100279f3c4e

(eshell-show-usage-metrics): Do not use make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 16 Feb 2002 09:43:38 +0000
parents 8de53e0342b4
children bf4a5ec608fd
files lisp/eshell/esh-test.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/esh-test.el	Sat Feb 16 09:43:17 2002 +0000
+++ b/lisp/eshell/esh-test.el	Sat Feb 16 09:43:38 2002 +0000
@@ -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 ()