diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/progmodes/idlw-toolbar.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.bz2 emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.zip |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/progmodes/idlw-toolbar.el')
-rw-r--r-- | lisp/progmodes/idlw-toolbar.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 8ae95d772b4..0247d037e62 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el @@ -1,9 +1,9 @@ -;;; idlw-toolbar.el --- A debugging toolbar for IDLWAVE +;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE ;; Copyright (c) 1999, 2000 Free Software Foundation ;; Author: Carsten Dominik <dominik@strw.leidenuniv.nl> ;; Version: 4.7 -;; Date: $Date: 2000/12/11 12:44:44 $ +;; Date: $Date: 2000/12/19 11:14:24 $ ;; Keywords: processes ;; This file is part of GNU Emacs. @@ -873,5 +873,3 @@ static char * file[] = { (provide 'idlwave-toolbar) ;;; idlw-toolbar.el ends here - - |