Mercurial > emacs
changeset 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 | d5c189285247 |
children | cf95d79a66c4 |
files | lisp/progmodes/idlw-shell.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/idlw-shell.el Fri Sep 13 03:43:05 2002 +0000 +++ b/lisp/progmodes/idlw-shell.el Fri Sep 13 06:18:53 2002 +0000 @@ -5,7 +5,7 @@ ;; Chris Chase <chase@att.com> ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> ;; Version: 4.15 -;; Date: $Date: 2002/09/12 16:35:18 $ +;; Date: $Date: 2002/09/12 16:56:54 $ ;; Keywords: processes ;; This file is part of GNU Emacs. @@ -1592,7 +1592,7 @@ 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-idlwave_routine_info-compiled nil) (idlwave-shell-delete-temp-files) (idlwave-shell-display-line nil) (idlwave-shell-update-bp-overlays) ; kill old overlays