aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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
44session." 44session."
45 :set #'(lambda (var val) 45 :set #'(lambda (var val)
46 (set-default var val) 46 (set-default var val)
47 (and (bound-and-true-p 'url-setup-done) 47 (and (bound-and-true-p url-setup-done)
48 (url-history-setup-save-timer))) 48 (url-history-setup-save-timer)))
49 :type '(choice (const :tag "off" nil) 49 :type '(choice (const :tag "off" nil)
50 (const :tag "on" t) 50 (const :tag "on" t)