]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/idlw-toolbar.el
; Revert "Use eldoc-documentation-functions"
[gnu-emacs] / lisp / progmodes / idlw-toolbar.el
index e6137e468609f58cd7083cc30cc3cf00c9228b2b..d857bfd88c33ea47bd537d1b73fd84186ddfc1d0 100644 (file)
@@ -1,11 +1,9 @@
 ;;; idlw-toolbar.el --- a debugging toolbar for IDLWAVE
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
 ;; Author: Carsten Dominik <dominik@astro.uva.nl>
 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
-;; Version: 6.1.22
 ;; Keywords: processes
 ;; Package: idlwave
 
@@ -31,7 +29,7 @@
 
 ;; New versions of IDLWAVE, documentation, and more information
 ;; available from:
-;;                 http://idlwave.org
+;;                 http://github.com/jdtsmith/idlwave
 
 \f
 ;;; Code:
@@ -441,7 +439,7 @@ static char * file[] = {
 \"                            \",
 \"                            \",
 \"                            \"};")
-  "The Cont icon.")      
+  "The Cont icon.")
 
 (defvar idlwave-toolbar-to-here-icon
   (idlwave-toolbar-make-button
@@ -920,7 +918,7 @@ static char * file[] = {
                     (help (aref x 3))
                     (key (vector 'tool-bar func))
                     (def (list 'menu-item
-                               "a"
+                               ""
                                func
                                :image (symbol-value icon)
                                :visible show
@@ -964,10 +962,9 @@ static char * file[] = {
   (if (featurep 'xemacs)
       nil ; no action necessary, toolbar gets updated automatically
     ;; On Emacs, redraw the frame to make sure the Toolbar is updated.
-    (redraw-frame (selected-frame))))
+    (redraw-frame)))
 
 (provide 'idlw-toolbar)
 (provide 'idlwave-toolbar)
 
-;; arch-tag: ec9a3717-c44c-4716-9bda-cdacbe5ddb62
 ;;; idlw-toolbar.el ends here