Function: sxhash

sxhash is a function alias for sxhash-equal, defined in fns.c.

Signature

(sxhash OBJ)

Documentation

Return an integer hash code for OBJ suitable for equal.

If (equal A B), then (= (sxhash-equal A) (sxhash-equal B)), but the opposite isn't necessarily true.

Hash codes are not guaranteed to be preserved across Emacs sessions.

Probably introduced at or before Emacs version 21.1.

Aliases

sxhash