branch: externals/idlwave
commit efd25a4cb3f7f037fffeaf8a4e71700baf002590
Author: JD Smith <jdtsm...@gmail.com>
Commit: JD Smith <jdtsm...@gmail.com>

    make after-save-hook local
---
 idlwave.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idlwave.el b/idlwave.el
index 0f2e80815f..be862ecf55 100644
--- a/idlwave.el
+++ b/idlwave.el
@@ -1987,7 +1987,7 @@ The main features of this mode are
   ;; NB: `make-local-hook' needed for older/alternative Emacs compatibility
   (make-local-hook 'kill-buffer-hook)
   (add-hook 'kill-buffer-hook 'idlwave-kill-buffer-update nil 'local)
-  ;; (make-local-hook 'after-save-hook)
+  (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)
 

Reply via email to