diff options
author | Carsten Dominik <dominik@science.uva.nl> | 2000-01-05 08:50:31 +0000 |
---|---|---|
committer | Carsten Dominik <dominik@science.uva.nl> | 2000-01-05 08:50:31 +0000 |
commit | a98f98c0cf41ed343f7774234b240ab994e6f4fa (patch) | |
tree | 17f943bec3a39571a4940938be23fccce42dc56f /lisp/progmodes | |
parent | 48441121b2aa1e626c7423b6fc6f4d37973e6a4e (diff) | |
download | emacs-a98f98c0cf41ed343f7774234b240ab994e6f4fa.tar.gz |
Also provide idlwave.shell, not only idlw-shell.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index cc6d0bec08a..d8c30a231a6 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -6,7 +6,7 @@ ;; Author: Chris Chase <chase@att.com> ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> ;; Version: 3.11 -;; Date: $Date: 2000/01/03 14:19:10 $ +;; Date: $Date: 2000/01/03 14:27:03 $ ;; Keywords: processes ;; This file is part of GNU Emacs. @@ -2432,6 +2432,7 @@ static char * file[] = { (t nil)))) (provide 'idlw-shell) +(provide 'idlwave-shell) ;;; Load the toolbar when wanted by the user. |