diff lisp/w3/w3.el @ 134:34a5b81f86ba r20-2b1

Import from CVS: tag r20-2b1
author cvs
date Mon, 13 Aug 2007 09:30:11 +0200
parents cca96a509cfe
children 6608ceec7cf8
line wrap: on
line diff
--- a/lisp/w3/w3.el	Mon Aug 13 09:29:37 2007 +0200
+++ b/lisp/w3/w3.el	Mon Aug 13 09:30:11 2007 +0200
@@ -1,7 +1,7 @@
 ;;; w3.el --- Main functions for emacs-w3 on all platforms/versions
 ;; Author: wmperry
-;; Created: 1997/04/07 15:59:56
-;; Version: 1.108
+;; Created: 1997/04/15 23:28:10
+;; Version: 1.111
 ;; Keywords: faces, help, comm, news, mail, processes, mouse, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -1629,9 +1629,9 @@
 	  (goto-char (cdr pos))
 	  (if (and (eolp) (not (eobp)))
 	      (forward-char 1)))
-      (error "Link #%s not found." link))))
+      (message "Link #%s not found." link))))
 
-  (defun w3-force-reload-document ()
+(defun w3-force-reload-document ()
   "Reload the current document.  Take it from the network, even if
 cached and in local mode."
   (let ((url-standalone-mode nil))
@@ -2192,6 +2192,8 @@
 				 (substring link-at-point 0 17) "..."))
 			      "): ")
 		    "Link: ") links-alist nil t))
+    (if (and (string= choice "") link-at-point)
+	(setq choice link-at-point))
     (let ((match (try-completion choice links-alist)))
       (cond
        ((eq t match)			; We have an exact match