]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/idlw-toolbar.el
lisp/gnus/gnus-msg.el (gnus-setup-message): Fix the type of argument passed to nnir...
[gnu-emacs] / lisp / progmodes / idlw-toolbar.el
index d83291d1511367e5570866ccd11c57461504a0d6..98f9ee3b530a6bd8a394ebc90998bad4cb4e7b32 100644 (file)
@@ -4,7 +4,6 @@
 
 ;; Author: Carsten Dominik <dominik@astro.uva.nl>
 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
-;; Version: 6.1.22
 ;; Keywords: processes
 ;; Package: idlwave
 
@@ -963,7 +962,7 @@ 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)