Mercurial > hg > xemacs-beta
diff lisp/hyperbole/hsys-w3.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | 131b0175ea99 |
children |
line wrap: on
line diff
--- a/lisp/hyperbole/hsys-w3.el Mon Aug 13 09:20:50 2007 +0200 +++ b/lisp/hyperbole/hsys-w3.el Mon Aug 13 09:21:54 2007 +0200 @@ -9,7 +9,7 @@ ;; ORG: Motorola Inc. ;; ;; ORIG-DATE: 7-Apr-94 at 17:17:39 by Bob Weiner -;; LAST-MOD: 3-Nov-95 at 23:14:34 by Bob Weiner +;; LAST-MOD: 10-Mar-97 at 12:17:08 by Bob Weiner ;; ;; This file is part of Hyperbole. ;; Available for use and distribution under the same terms as GNU Emacs. @@ -66,7 +66,9 @@ '(highlight-headers-follow-url-netscape highlight-headers-follow-url-mosaic)) (require 'highlight-headers)) - (funcall action-key-url-function url)) + (if window-system + (funcall action-key-url-function url) + (w3-fetch url))) (defun www-url:help (&optional but) "Displays history list of www nodes previously visited with the W3 browser."