summaryrefslogtreecommitdiff
path: root/lisp/url/url-history.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-12-08 00:00:20 +0000
committerRichard M. Stallman <rms@gnu.org>2005-12-08 00:00:20 +0000
commit86a4de25f2625ff5cfa2d1c17bb7e6ea773e5623 (patch)
tree4bf0c0b29b350601fe78dc4463502d2b6e35b55f /lisp/url/url-history.el
parent513440765b9b983becf542deaf4b041084509c02 (diff)
downloademacs-86a4de25f2625ff5cfa2d1c17bb7e6ea773e5623.tar.gz
(url-history-list): Var deleted for real.
Diffstat (limited to 'lisp/url/url-history.el')
-rw-r--r--lisp/url/url-history.el3
1 files changed, 0 insertions, 3 deletions
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.")