changeset 43328:42689b487e23

(eshell-glob-initialize): Do not use make-local-hook.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 16 Feb 2002 09:38:46 +0000
parents 75975b4cc75c
children 5f44c387c856
files lisp/eshell/em-glob.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-glob.el	Sat Feb 16 09:38:26 2002 +0000
+++ b/lisp/eshell/em-glob.el	Sat Feb 16 09:38:46 2002 +0000
@@ -132,9 +132,7 @@
        (append eshell-glob-chars-list eshell-special-chars-outside-quoting))
   (set (make-local-variable 'eshell-glob-chars-regexp)
        (format "[%s]+" (apply 'string eshell-glob-chars-list)))
-  (make-local-hook 'eshell-parse-argument-hook)
   (add-hook 'eshell-parse-argument-hook 'eshell-parse-glob-chars t t)
-  (make-local-hook 'eshell-pre-rewrite-command-hook)
   (add-hook 'eshell-pre-rewrite-command-hook
 	    'eshell-no-command-globbing nil t))