summaryrefslogtreecommitdiff
path: root/lisp/progmodes/idlwave.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-02-16 12:53:42 +0000
committerPavel Janík <Pavel@Janik.cz>2002-02-16 12:53:42 +0000
commit8452cc896697ab36d573cd32c8933ddb9e3ba861 (patch)
tree9289f2dd1498b0244da8677f86fa06c6240c055e /lisp/progmodes/idlwave.el
parent1affb21658d505b135f57ffc59bfcc4eb21f835d (diff)
downloademacs-8452cc896697ab36d573cd32c8933ddb9e3ba861.tar.gz
(idlwave-mode): Do not use make-local-hook.
Diffstat (limited to 'lisp/progmodes/idlwave.el')
-rw-r--r--lisp/progmodes/idlwave.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 1f80f3f15cd..cba0b800468 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -4,7 +4,7 @@
;; Author: Chris Chase <chase@att.com>
;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu>
;; Version: 4.7
-;; Date: $Date: 2001/12/30 22:18:30 $
+;; Date: $Date: 2001/12/31 20:42:10 $
;; Keywords: languages
;; This file is part of GNU Emacs.
@@ -1884,13 +1884,10 @@ The main features of this mode are
'idlwave-prev-index-position)
;; Make a local post-command-hook and add our hook to it
- (make-local-hook 'post-command-hook)
(add-hook 'post-command-hook 'idlwave-command-hook nil 'local)
;; Make local hooks for buffer updates
- (make-local-hook 'kill-buffer-hook)
(add-hook 'kill-buffer-hook 'idlwave-kill-buffer-update nil 'local)
- (make-local-hook 'after-save-hook)
(add-hook 'after-save-hook 'idlwave-save-buffer-update nil 'local)
(add-hook 'after-save-hook 'idlwave-revoke-license-to-kill nil 'local)