# HG changeset patch # User Kim F. Storm # Date 1133473521 0 # Node ID fb7449e080a076a4826a9109f99b7f04b4357388 # Parent 1b6a1949987705a3aae2124e96b6eaf8bb3eab71 (url-history-track): Fix last change. diff -r 1b6a19499877 -r fb7449e080a0 lisp/url/url-history.el --- 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)