Function: symtable:hash-table

symtable:hash-table is a byte-compiled function defined in hact.el.

Signature

(symtable:hash-table SYMTABLE)

Documentation

Return the hash-table containing symbol names and values from SYMTABLE.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defsubst symtable:hash-table (symtable)
  "Return the hash-table containing symbol names and values from SYMTABLE."
  (plist-get symtable 'hash-table))