diff lisp/w3/w3-hot.el @ 26:441bb1e64a06 r19-15b96

Import from CVS: tag r19-15b96
author cvs
date Mon, 13 Aug 2007 08:51:32 +0200
parents 0293115a14e9
children e04119814345
line wrap: on
line diff
--- a/lisp/w3/w3-hot.el	Mon Aug 13 08:51:05 2007 +0200
+++ b/lisp/w3/w3-hot.el	Mon Aug 13 08:51:32 2007 +0200
@@ -1,7 +1,7 @@
 ;;; w3-hot.el --- Main functions for emacs-w3 on all platforms/versions
 ;; Author: wmperry
-;; Created: 1997/01/10 00:13:05
-;; Version: 1.11
+;; Created: 1997/02/18 23:36:48
+;; Version: 1.12
 ;; Keywords: faces, help, comm, news, mail, processes, mouse, hypermedia
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -160,7 +160,7 @@
 	  (progn
 	    (w3-show-hotlist)
 	    (rename-buffer (concat "Hotlist \"" regexp "\""))
-	    (setq url-current-file (concat "hotlist/" regexp)))
+	    (url-set-filename url-current-object (concat "hotlist/" regexp)))
 	(and save-buf (save-excursion
 			(set-buffer save-buf)
 			(rename-buffer "Hotlist")))))))