[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/url/url-history.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/url/url-history.el |
Date: |
Sun, 03 Jul 2005 21:09:34 -0400 |
Index: emacs/lisp/url/url-history.el
diff -c emacs/lisp/url/url-history.el:1.7 emacs/lisp/url/url-history.el:1.8
*** emacs/lisp/url/url-history.el:1.7 Tue Jun 14 15:07:56 2005
--- emacs/lisp/url/url-history.el Mon Jul 4 01:09:34 2005
***************
*** 32,45 ****
(autoload 'url-do-setup "url")
(defgroup url-history nil
! "History variables in the URL package"
:prefix "url-history"
:group 'url)
(defcustom url-history-track nil
"*Controls whether to keep a list of all the URLS being visited.
If non-nil, url will keep track of all the URLS visited.
! If eq to `t', then the list is saved to disk at the end of each emacs
session."
:type 'boolean
:group 'url-history)
--- 32,45 ----
(autoload 'url-do-setup "url")
(defgroup url-history nil
! "History variables in the URL package."
:prefix "url-history"
:group 'url)
(defcustom url-history-track nil
"*Controls whether to keep a list of all the URLS being visited.
If non-nil, url will keep track of all the URLS visited.
! If set to t, then the list is saved to disk at the end of each Emacs
session."
:type 'boolean
:group 'url-history)
- [Emacs-diffs] Changes to emacs/lisp/url/url-history.el,
Juanma Barranquero <=