Variable: url-history-hash-table
url-history-hash-table is a variable defined in url-history.el.gz.
Value
#s(hash-table size 31 test equal rehash-size 1.5 rehash-threshold 0.8125 data
())
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.")