From b79bb65a5a5a66df25188f1a340eed88c9fb725b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 16 Feb 2002 09:38:46 +0000 Subject: [PATCH] (eshell-glob-initialize): Do not use make-local-hook. --- lisp/eshell/em-glob.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/eshell/em-glob.el b/lisp/eshell/em-glob.el index 0e826756c57..9d5f8bc3adc 100644 --- a/lisp/eshell/em-glob.el +++ b/lisp/eshell/em-glob.el @@ -132,9 +132,7 @@ This option slows down recursive glob processing by quite a bit." (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)) -- 2.39.5