aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-12-01 21:45:21 +0000
committerKim F. Storm <[email protected]>2005-12-01 21:45:21 +0000
commit23dec9cb730f3594c1af5e72ac64a5845975baab (patch)
tree715a8218842191cfc0f697641c1860090c1410f3
parentb0ab1a0679fb5b6dc4ce529a1855fd820b2af852 (diff)
(url-history-track): Fix last change.
-rw-r--r--lisp/url/url-history.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el
index a847b26cec..eb7d7a4614 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)