diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2000-01-05 13:06:37 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2000-01-05 13:06:37 +0000 |
commit | 22d5821ddbf74368d18c16c37f6967775b994c1a (patch) | |
tree | 3849bc4aa65720fde6e3c5c8eedae96ec61a1120 /lisp/progmodes/idlw-shell.el | |
parent | 7ddafb955f27764cbd108c4b3f225f57d917e880 (diff) | |
download | emacs-22d5821ddbf74368d18c16c37f6967775b994c1a.tar.gz |
fixed some bugs associated with the new file names
Diffstat (limited to 'lisp/progmodes/idlw-shell.el')
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index d8c30a231a6..9fd3f3e5a66 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -5,8 +5,8 @@ ;; Author: Chris Chase <chase@att.com> ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> -;; Version: 3.11 -;; Date: $Date: 2000/01/03 14:27:03 $ +;; Version: 3.12 +;; Date: $Date: 2000/01/05 12:38:46 $ ;; Keywords: processes ;; This file is part of GNU Emacs. @@ -2439,9 +2439,9 @@ static char * file[] = { (defun idlwave-shell-toggle-toolbar () "Toggle the display of the debugging toolbar." (interactive) - (if (featurep 'idlwave-toolbar) + (if (featurep 'idlw-toolbar) (idlwave-toolbar-toggle) - (require 'idlwave-toolbar) + (require 'idlw-toolbar) (idlwave-toolbar-toggle))) |