Variable: mpc-songs-hashcons

mpc-songs-hashcons is a variable defined in mpc.el.gz.

Value

#s(hash-table test equal weakness key-and-value)

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'.")