diff lisp/w3/w3.el @ 38:1a767b41a199 r19-15b102

Import from CVS: tag r19-15b102
author cvs
date Mon, 13 Aug 2007 08:54:01 +0200
parents c53a95d3c46d
children 8d2a9b52c682
line wrap: on
line diff
--- a/lisp/w3/w3.el	Mon Aug 13 08:53:41 2007 +0200
+++ b/lisp/w3/w3.el	Mon Aug 13 08:54:01 2007 +0200
@@ -1,7 +1,7 @@
 ;;; w3.el --- Main functions for emacs-w3 on all platforms/versions
 ;; Author: wmperry
-;; Created: 1997/03/18 00:47:35
-;; Version: 1.99
+;; Created: 1997/03/18 20:31:29
+;; Version: 1.100
 ;; Keywords: faces, help, comm, news, mail, processes, mouse, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -472,8 +472,9 @@
 	    (progn
 	      (push-mark (point) t)
 	      (w3-find-specific-link (url-match url 1))))
-	(message "Reusing URL.  To reload, type %s."
-		 (substitute-command-keys "\\[w3-reload-document]")))))))
+	(or (w3-maybe-fetch-frames)
+	    (message "Reusing URL.  To reload, type %s."
+		     (substitute-command-keys "\\[w3-reload-document]"))))))))
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;