mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(eshell-show-usage-metrics): Do not use make-local-hook.
This commit is contained in:
parent
c2dff9ce0a
commit
d4f72c6af8
1 changed files with 0 additions and 2 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue