Variable: url-history-hash-table

url-history-hash-table is a variable defined in url-history.el.gz.

Value

#s(hash-table test equal)

Documentation

Hash table for global history completion.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-history.el.gz
(defvar url-history-hash-table (make-hash-table :size 31 :test 'equal)
  "Hash table for global history completion.")