From: Juanma Barranquero Date: Fri, 13 Sep 2002 06:18:53 +0000 (+0000) Subject: (idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'. X-Git-Tag: ttn-vms-21-2-B4~13192 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/8a36f09393579c11963f8d5d9d88c39fc408f4cd (idlwave-shell-cleanup): Fix reference to `idlwave-idlwave_routine_info-compiled'. --- diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index af7e4e551a..467cf0411f 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -5,7 +5,7 @@ ;; Chris Chase ;; Maintainer: J.D. Smith ;; 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 @@ file name." 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