Mercurial > hg > xemacs-beta
diff lisp/w3/w3-toolbar.el @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | 859a2309aef8 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/lisp/w3/w3-toolbar.el Mon Aug 13 08:54:52 2007 +0200 +++ b/lisp/w3/w3-toolbar.el Mon Aug 13 08:55:10 2007 +0200 @@ -1,7 +1,7 @@ ;;; w3-toolbar.el --- Toolbar functions for emacs-w3 ;; Author: wmperry -;; Created: 1997/02/03 15:38:24 -;; Version: 1.8 +;; Created: 1997/03/26 00:01:47 +;; Version: 1.9 ;; Keywords: mouse, toolbar ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -163,7 +163,8 @@ (expand-file-name "w3" data-directory)))) (cond ((not (file-exists-p w3-toolbar-icon-directory)) - (w3-warn 'files "Toolbar directory does not exist.")) + (and w3-running-xemacs + (w3-warn 'files "Toolbar directory does not exist."))) ((not (fboundp 'toolbar-make-button-list)) nil) ((eq w3-toolbar-type 'text)