# HG changeset patch # User Pavel Jank # Date 1013852419 0 # Node ID d65b6b00330ff251ddbd1713a4f273b007e2a82c # Parent 7c5bd619612f2480192fe19d79cbb80ec0a23f34 (eshell-prompt-initialize): Do not use make-local-hook. diff -r 7c5bd619612f -r d65b6b00330f lisp/eshell/em-prompt.el --- a/lisp/eshell/em-prompt.el Sat Feb 16 09:39:56 2002 +0000 +++ b/lisp/eshell/em-prompt.el Sat Feb 16 09:40:19 2002 +0000 @@ -98,7 +98,6 @@ (defun eshell-prompt-initialize () "Initialize the prompting code." (unless eshell-non-interactive-p - (make-local-hook 'eshell-post-command-hook) (add-hook 'eshell-post-command-hook 'eshell-emit-prompt nil t) (make-local-variable 'eshell-prompt-regexp)