Variable: mpc-songs-hashcons
mpc-songs-hashcons is a variable defined in mpc.el.gz.
Value
#s(hash-table size 65 test equal weakness key-and-value rehash-size 1.5 rehash-threshold 0.8125 data
())
Documentation
Make song file name objects unique via hash consing.
This is used so that they can be compared with eq, which is needed for
text-property-any.
Source Code
;; Defined in /usr/src/emacs/lisp/mpc.el.gz
(defvar mpc-songs-hashcons (make-hash-table :test 'equal :weakness t)
"Make song file name objects unique via hash consing.
This is used so that they can be compared with `eq', which is needed for
`text-property-any'.")