comparison lisp/progmodes/idlw-shell.el @ 47453:2e596fc1fdac

(idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 13 Sep 2002 06:18:53 +0000
parents 0e5a022947e9
children f1ce118178c3
comparison
equal deleted inserted replaced
47452:d5c189285247 47453:2e596fc1fdac
3 3
4 ;; Author: Carsten Dominik <dominik@astro.uva.nl> 4 ;; Author: Carsten Dominik <dominik@astro.uva.nl>
5 ;; Chris Chase <chase@att.com> 5 ;; Chris Chase <chase@att.com>
6 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> 6 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
7 ;; Version: 4.15 7 ;; Version: 4.15
8 ;; Date: $Date: 2002/09/12 16:35:18 $ 8 ;; Date: $Date: 2002/09/12 16:56:54 $
9 ;; Keywords: processes 9 ;; Keywords: processes
10 10
11 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
12 12
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
1590 idlwave-shell-halt-frame nil 1590 idlwave-shell-halt-frame nil
1591 idlwave-shell-pending-commands nil 1591 idlwave-shell-pending-commands nil
1592 idlwave-shell-command-line-to-execute nil 1592 idlwave-shell-command-line-to-execute nil
1593 idlwave-shell-bp-alist nil 1593 idlwave-shell-bp-alist nil
1594 idlwave-shell-calling-stack-index 0 1594 idlwave-shell-calling-stack-index 0
1595 idlwave-idlwave_routine_info-compile nil) 1595 idlwave-idlwave_routine_info-compiled nil)
1596 (idlwave-shell-delete-temp-files) 1596 (idlwave-shell-delete-temp-files)
1597 (idlwave-shell-display-line nil) 1597 (idlwave-shell-display-line nil)
1598 (idlwave-shell-update-bp-overlays) ; kill old overlays 1598 (idlwave-shell-update-bp-overlays) ; kill old overlays
1599 (idlwave-shell-kill-buffer idlwave-shell-hidden-output-buffer) 1599 (idlwave-shell-kill-buffer idlwave-shell-hidden-output-buffer)
1600 (idlwave-shell-kill-buffer idlwave-shell-bp-buffer) 1600 (idlwave-shell-kill-buffer idlwave-shell-bp-buffer)