comparison lisp/progmodes/idlw-shell.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 4c90ffeb71c5
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
3 3
4 ;; Author: Carsten Dominik <dominik@astro.uva.nl> 4 ;; Author: Carsten Dominik <dominik@astro.uva.nl>
5 ;; Chris Chase <chase@att.com> 5 ;; Chris Chase <chase@att.com>
6 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu> 6 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
7 ;; Version: 4.15 7 ;; Version: 4.15
8 ;; Date: $Date: 2002/09/13 06:18:53 $
9 ;; Keywords: processes 8 ;; Keywords: processes
10 9
11 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
12 11
13 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify
3648 (interactive) 3647 (interactive)
3649 (idlwave-toolbar-toggle)) 3648 (idlwave-toolbar-toggle))
3650 3649
3651 (if idlwave-shell-use-toolbar 3650 (if idlwave-shell-use-toolbar
3652 (add-hook 'idlwave-shell-mode-hook 'idlwave-toolbar-add-everywhere)) 3651 (add-hook 'idlwave-shell-mode-hook 'idlwave-toolbar-add-everywhere))
3652
3653 ;;; arch-tag: 20c2e8ce-0709-41d8-a5b6-bb039148440a
3653 ;;; idlw-shell.el ends here 3654 ;;; idlw-shell.el ends here