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/idlw-shell.el


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

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.13 
emacs/lisp/progmodes/idlw-shell.el:3.14
*** emacs/lisp/progmodes/idlw-shell.el:3.13     Sat Dec  1 07:54:29 2001
--- emacs/lisp/progmodes/idlw-shell.el  Sat Feb 16 07:50:25 2002
***************
*** 4,10 ****
  ;; Author: Chris Chase <address@hidden>
  ;; Maintainer: John-David Smith <address@hidden>
  ;; Version: 4.7
! ;; Date: $Date: 2001/12/01 12:54:29 $
  ;; Keywords: processes
  
  ;; 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:50:25 $
  ;; Keywords: processes
  
  ;; This file is part of GNU Emacs.
***************
*** 723,729 ****
    (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)
--- 723,728 ----
***************
*** 739,745 ****
    (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.
--- 738,743 ----



reply via email to

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