]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-history-track): Fix last change.
authorKim F. Storm <storm@cua.dk>
Thu, 1 Dec 2005 21:45:21 +0000 (21:45 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 1 Dec 2005 21:45:21 +0000 (21:45 +0000)
lisp/url/url-history.el

index a847b26cec23cd8ca210bb4ce20cdce22ebc586d..eb7d7a461443fc3ecb7ebca2eac821e1b4db208f 100644 (file)
@@ -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)