Mercurial > emacs
comparison lisp/progmodes/idlw-shell.el @ 52401:695cf19ef79e
Add arch taglines
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 01 Sep 2003 15:45:59 +0000 |
parents | f1ce118178c3 |
children | f0eb34e60705 e8824c4f5f7e 375f2633d815 |
comparison
equal
deleted
inserted
replaced
52400:b32a475b367f | 52401:695cf19ef79e |
---|---|
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 $ | 8 ;; Date: $Date: 2002/10/17 15:41:01 $ |
9 ;; Keywords: processes | 9 ;; Keywords: processes |
10 | 10 |
11 ;; This file is part of GNU Emacs. | 11 ;; This file is part of GNU Emacs. |
12 | 12 |
13 ;; GNU Emacs is free software; you can redistribute it and/or modify | 13 ;; GNU Emacs is free software; you can redistribute it and/or modify |
3648 (interactive) | 3648 (interactive) |
3649 (idlwave-toolbar-toggle)) | 3649 (idlwave-toolbar-toggle)) |
3650 | 3650 |
3651 (if idlwave-shell-use-toolbar | 3651 (if idlwave-shell-use-toolbar |
3652 (add-hook 'idlwave-shell-mode-hook 'idlwave-toolbar-add-everywhere)) | 3652 (add-hook 'idlwave-shell-mode-hook 'idlwave-toolbar-add-everywhere)) |
3653 | |
3654 ;;; arch-tag: 20c2e8ce-0709-41d8-a5b6-bb039148440a | |
3653 ;;; idlw-shell.el ends here | 3655 ;;; idlw-shell.el ends here |