[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el |
Date: |
Fri, 13 Sep 2002 02:18:53 -0400 |
Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.20
emacs/lisp/progmodes/idlw-shell.el:3.21
*** emacs/lisp/progmodes/idlw-shell.el:3.20 Thu Sep 12 12:56:54 2002
--- emacs/lisp/progmodes/idlw-shell.el Fri Sep 13 02:18:53 2002
***************
*** 5,11 ****
;; Chris Chase <address@hidden>
;; Maintainer: J.D. Smith <address@hidden>
;; Version: 4.15
! ;; Date: $Date: 2002/09/12 16:56:54 $
;; Keywords: processes
;; This file is part of GNU Emacs.
--- 5,11 ----
;; Chris Chase <address@hidden>
;; Maintainer: J.D. Smith <address@hidden>
;; Version: 4.15
! ;; Date: $Date: 2002/09/13 06:18:53 $
;; Keywords: processes
;; This file is part of GNU Emacs.
***************
*** 1592,1598 ****
idlwave-shell-command-line-to-execute nil
idlwave-shell-bp-alist nil
idlwave-shell-calling-stack-index 0
! idlwave-idlwave_routine_info-compile nil)
(idlwave-shell-delete-temp-files)
(idlwave-shell-display-line nil)
(idlwave-shell-update-bp-overlays) ; kill old overlays
--- 1592,1598 ----
idlwave-shell-command-line-to-execute nil
idlwave-shell-bp-alist nil
idlwave-shell-calling-stack-index 0
! idlwave-idlwave_routine_info-compiled nil)
(idlwave-shell-delete-temp-files)
(idlwave-shell-display-line nil)
(idlwave-shell-update-bp-overlays) ; kill old overlays