changeset 67240:fb7449e080a0

(url-history-track): Fix last change.
author Kim F. Storm <storm@cua.dk>
date Thu, 01 Dec 2005 21:45:21 +0000
parents 1b6a19499877
children 8ee65e75611c
files lisp/url/url-history.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-history.el	Thu Dec 01 21:45:08 2005 +0000
+++ b/lisp/url/url-history.el	Thu Dec 01 21:45:21 2005 +0000
@@ -44,7 +44,7 @@
 session."
   :set #'(lambda (var val)
 	   (set-default var val)
-	   (and (bound-and-true-p 'url-setup-done)
+	   (and (bound-and-true-p url-setup-done)
 		(url-history-setup-save-timer)))
   :type '(choice (const :tag "off" nil)
 		 (const :tag "on" t)