comparison lisp/progmodes/idlw-shell.el @ 27166:b2d17f0c1668

Also provide idlwave.shell, not only idlw-shell.
author Carsten Dominik <dominik@science.uva.nl>
date Wed, 05 Jan 2000 08:50:31 +0000
parents b1b65abe9d6f
children ae5b17b9c403
comparison
equal deleted inserted replaced
27165:e0beb5cd0257 27166:b2d17f0c1668
4 ;; Copyright (c) 1999 Free Software Foundation 4 ;; Copyright (c) 1999 Free Software Foundation
5 5
6 ;; Author: Chris Chase <chase@att.com> 6 ;; Author: Chris Chase <chase@att.com>
7 ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl> 7 ;; Maintainer: Carsten Dominik <dominik@strw.leidenuniv.nl>
8 ;; Version: 3.11 8 ;; Version: 3.11
9 ;; Date: $Date: 2000/01/03 14:19:10 $ 9 ;; Date: $Date: 2000/01/03 14:27:03 $
10 ;; Keywords: processes 10 ;; Keywords: processes
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
2430 (image-type-available-p 'xpm)) 2430 (image-type-available-p 'xpm))
2431 (list 'image :type 'xpm :data image-string)) 2431 (list 'image :type 'xpm :data image-string))
2432 (t nil)))) 2432 (t nil))))
2433 2433
2434 (provide 'idlw-shell) 2434 (provide 'idlw-shell)
2435 (provide 'idlwave-shell)
2435 2436
2436 ;;; Load the toolbar when wanted by the user. 2437 ;;; Load the toolbar when wanted by the user.
2437 2438
2438 (defun idlwave-shell-toggle-toolbar () 2439 (defun idlwave-shell-toggle-toolbar ()
2439 "Toggle the display of the debugging toolbar." 2440 "Toggle the display of the debugging toolbar."