aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/idlw-shell.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-02-16 12:50:25 +0000
committerPavel Janík <[email protected]>2002-02-16 12:50:25 +0000
commit1affb21658d505b135f57ffc59bfcc4eb21f835d (patch)
treeace9ae788442e32c81d3a148f8f57aa38996928e /lisp/progmodes/idlw-shell.el
parent4924ca44cb1c1da11d9cf625f7a393fd60110901 (diff)
(idlwave-shell-mode): Do not use make-local-hook.
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-rw-r--r--lisp/progmodes/idlw-shell.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el
index bc42a0d288..fb0be6eac9 100644
--- a/lisp/progmodes/idlw-shell.el
+++ b/lisp/progmodes/idlw-shell.el
@@ -4,7 +4,7 @@
;; Author: Chris Chase <[email protected]>
;; Maintainer: John-David Smith <[email protected]>
;; Version: 4.7
-;; Date: $Date: 2001/11/27 15:52:51 $
+;; Date: $Date: 2001/12/01 12:54:29 $
;; Keywords: processes
;; This file is part of GNU Emacs.
@@ -723,7 +723,6 @@ IDL has currently stepped.")
(setq idlwave-shell-sources-alist nil)
(setq idlwave-shell-default-directory default-directory)
(setq idlwave-shell-hide-output nil)
- (make-local-hook 'kill-buffer-hook)
(add-hook 'kill-buffer-hook 'idlwave-shell-kill-shell-buffer-confirm
nil 'local)
(add-hook 'kill-buffer-hook 'idlwave-shell-delete-temp-files nil 'local)
@@ -739,7 +738,6 @@ IDL has currently stepped.")
(set-syntax-table idlwave-mode-syntax-table)
(set (make-local-variable 'comment-start) ";")
(setq abbrev-mode t)
- (make-local-hook 'post-command-hook)
(add-hook 'post-command-hook 'idlwave-command-hook nil t)
;; Run the hooks.