emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Sat, 16 Feb 2002 07:53:43 -0500

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.15 
emacs/lisp/progmodes/idlwave.el:3.16
*** emacs/lisp/progmodes/idlwave.el:3.15        Mon Dec 31 15:42:10 2001
--- emacs/lisp/progmodes/idlwave.el     Sat Feb 16 07:53:42 2002
***************
*** 4,10 ****
  ;; Author: Chris Chase <address@hidden>
  ;; Maintainer: John-David Smith <address@hidden>
  ;; Version: 4.7
! ;; Date: $Date: 2001/12/31 20:42:10 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
--- 4,10 ----
  ;; Author: Chris Chase <address@hidden>
  ;; Maintainer: John-David Smith <address@hidden>
  ;; Version: 4.7
! ;; Date: $Date: 2002/02/16 12:53:42 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 1884,1896 ****
         '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)
  
--- 1884,1893 ----



reply via email to

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