From: Kim F. Storm Date: Thu, 1 Dec 2005 21:45:21 +0000 (+0000) Subject: (url-history-track): Fix last change. X-Git-Tag: emacs-pretest-22.0.90~5569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23dec9cb730f3594c1af5e72ac64a5845975baab;p=emacs.git (url-history-track): Fix last change. --- diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el index a847b26cec2..eb7d7a46144 100644 --- a/lisp/url/url-history.el +++ b/lisp/url/url-history.el @@ -44,7 +44,7 @@ If set to t, then the list is saved to disk at the end of each Emacs 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)