From: Richard M. Stallman Date: Thu, 8 Dec 2005 00:00:20 +0000 (+0000) Subject: (url-history-list): Var deleted for real. X-Git-Tag: emacs-pretest-22.0.90~5460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86a4de25f2625ff5cfa2d1c17bb7e6ea773e5623;p=emacs.git (url-history-list): Var deleted for real. --- diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el index 8e939d7e39a..3bb7145b451 100644 --- a/lisp/url/url-history.el +++ b/lisp/url/url-history.el @@ -72,9 +72,6 @@ to run the `url-history-setup-save-timer' function manually." (defvar url-history-timer nil) -(defvar url-history-list nil - "List of urls visited this session.") - (defvar url-history-changed-since-last-save nil "Whether the history list has changed since the last save operation.")