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 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to