comparison lisp/progmodes/idlw-toolbar.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents dc946bcc6584
children 49e8031d8893
comparison
equal deleted inserted replaced
38435:a9102b5472f0 38436:b174db545cfd
1 ;;; idlw-toolbar.el --- A debugging toolbar for IDLWAVE 1 ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
2 ;; Copyright (c) 1999, 2000 Free Software Foundation 2 ;; Copyright (c) 1999, 2000 Free Software Foundation
3 3
4 ;; Author: Carsten Dominik <dominik@strw.leidenuniv.nl> 4 ;; Author: Carsten Dominik <dominik@strw.leidenuniv.nl>
5 ;; Version: 4.7 5 ;; Version: 4.7
6 ;; Date: $Date: 2000/12/11 12:44:44 $ 6 ;; Date: $Date: 2000/12/19 11:14:24 $
7 ;; Keywords: processes 7 ;; Keywords: processes
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
871 871
872 (provide 'idlw-toolbar) 872 (provide 'idlw-toolbar)
873 (provide 'idlwave-toolbar) 873 (provide 'idlwave-toolbar)
874 874
875 ;;; idlw-toolbar.el ends here 875 ;;; idlw-toolbar.el ends here
876
877