emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/em-rebind.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-rebind.el
Date: Sat, 16 Feb 2002 04:40:40 -0500

Index: emacs/lisp/eshell/em-rebind.el
diff -c emacs/lisp/eshell/em-rebind.el:1.7 emacs/lisp/eshell/em-rebind.el:1.8
*** emacs/lisp/eshell/em-rebind.el:1.7  Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/em-rebind.el      Sat Feb 16 04:40:40 2002
***************
*** 147,158 ****
  (defun eshell-rebind-initialize ()
    "Initialize the inputing code."
    (unless eshell-non-interactive-p
-     (make-local-hook 'eshell-mode-hook)
      (add-hook 'eshell-mode-hook 'eshell-setup-input-keymap nil t)
-     (make-local-hook 'pre-command-hook)
      (make-local-variable 'eshell-previous-point)
      (add-hook 'pre-command-hook 'eshell-save-previous-point nil t)
-     (make-local-hook 'post-command-hook)
      (make-local-variable 'overriding-local-map)
      (add-hook 'post-command-hook 'eshell-rebind-input-map nil t)
      (set (make-local-variable 'eshell-lock-keymap) nil)
--- 147,155 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]