summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-02-16 09:41:11 +0000
committerPavel Janík <Pavel@Janik.cz>2002-02-16 09:41:11 +0000
commit9d52d4b173ab6ed5def0672a917d8c927e8193d9 (patch)
tree0c3eee2c4d8eafed26538e4602128354dcb0e37d /lisp
parent958b2a54be866bf2bff2c32e27c9c068ab1b6f4a (diff)
downloademacs-9d52d4b173ab6ed5def0672a917d8c927e8193d9.tar.gz
(eshell-smart-initialize): Do not use make-local-hook.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/eshell/em-smart.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/eshell/em-smart.el b/lisp/eshell/em-smart.el
index fe787cd19e9..4002914027a 100644
--- a/lisp/eshell/em-smart.el
+++ b/lisp/eshell/em-smart.el
@@ -172,22 +172,16 @@ The options are `begin', `after' or `end'."
(set (make-local-variable 'eshell-scroll-to-bottom-on-input) nil)
(set (make-local-variable 'eshell-scroll-show-maximum-output) t)
- (make-local-hook 'window-scroll-functions)
(add-hook 'window-scroll-functions 'eshell-smart-scroll-window nil t)
(add-hook 'window-configuration-change-hook 'eshell-refresh-windows)
- (make-local-hook 'eshell-output-filter-functions)
(add-hook 'eshell-output-filter-functions 'eshell-refresh-windows t t)
- (make-local-hook 'pre-command-hook)
- (make-local-hook 'after-change-functions)
(add-hook 'after-change-functions 'eshell-disable-after-change nil t)
- (make-local-hook 'eshell-input-filter-functions)
(add-hook 'eshell-input-filter-functions 'eshell-smart-display-setup nil t)
(make-local-variable 'eshell-smart-command-done)
- (make-local-hook 'eshell-post-command-hook)
(add-hook 'eshell-post-command-hook
(function
(lambda ()