Function: cl-gethash

cl-gethash is a function alias for gethash, defined in fns.c.

This function is obsolete since 24.3; use gethash instead.

Signature

(cl-gethash KEY TABLE &optional DFLT)

Documentation

Look up KEY in TABLE and return its associated value.

If KEY is not found, return DFLT which defaults to nil.

Aliases

cl-gethash (obsolete since 24.3)