Function: ede-locate-add-file-to-hash

ede-locate-add-file-to-hash is a byte-compiled function defined in locate.el.gz.

Signature

(ede-locate-add-file-to-hash ARG &rest ARGS)

Implementations

(ede-locate-add-file-to-hash (LOC ede-locate-base) FILESTRING FULLFILENAME) in `ede/locate.el'.

For LOC, add FILESTR to the hash with FULLFILENAME.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
(cl-defmethod ede-locate-add-file-to-hash ((loc ede-locate-base)
					filestring fullfilename)
  "For LOC, add FILESTR to the hash with FULLFILENAME."
  (puthash filestring fullfilename (oref loc hash)))