emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-history.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-history.el
Date: Thu, 01 Dec 2005 16:45:21 -0500

Index: emacs/lisp/url/url-history.el
diff -c emacs/lisp/url/url-history.el:1.11 emacs/lisp/url/url-history.el:1.12
*** emacs/lisp/url/url-history.el:1.11  Thu Dec  1 19:15:05 2005
--- emacs/lisp/url/url-history.el       Thu Dec  1 21:45:21 2005
***************
*** 44,50 ****
  session."
    :set #'(lambda (var val)
           (set-default var val)
!          (and (bound-and-true-p 'url-setup-done)
                (url-history-setup-save-timer)))
    :type '(choice (const :tag "off" nil)
                 (const :tag "on" t)
--- 44,50 ----
  session."
    :set #'(lambda (var val)
           (set-default var val)
!          (and (bound-and-true-p url-setup-done)
                (url-history-setup-save-timer)))
    :type '(choice (const :tag "off" nil)
                 (const :tag "on" t)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]