branch: externals/idlwave
commit 286e3e121e283dad6e12b11966bbdf2764ca43fb
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    - Update FSF address.
    - Added variables to hush compiler.
---
 idlw-toolbar.el | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/idlw-toolbar.el b/idlw-toolbar.el
index 9b6f046830..c191846089 100644
--- a/idlw-toolbar.el
+++ b/idlw-toolbar.el
@@ -1,10 +1,11 @@
 ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
-;; Copyright (c) 1999, 2000, 2001,2002,2004 Free Software Foundation
+;; Copyright (c) 1999, 2000, 2001, 2002, 2004 
+;; Free Software Foundation
 
 ;; Author: Carsten Dominik <domi...@astro.uva.nl>
 ;; Maintainer: J.D. Smith <jdsm...@as.arizona.edu>
 ;; Version: VERSIONTAG
-;; Date: $Date: 2005/05/06 23:08:23 $
+;; Date: $Date: 2006/01/09 19:37:27 $
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
@@ -21,8 +22,8 @@
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -43,7 +44,10 @@
       (toolbar-make-button-list image)
     (list 'image :type 'xpm :data image)))
 
+(defvar idlwave-toolbar)
 (defvar default-toolbar)
+(defvar idlwave-toolbar-is-possible)
+
 (if (not (or (and (featurep 'xemacs)                ; This is XEmacs
                  (featurep 'xpm)                   ; need xpm
                  (featurep 'toolbar))              ; ... and the toolbar

Reply via email to