Function: ede--directory-project-from-hash

ede--directory-project-from-hash is a byte-compiled function defined in files.el.gz.

Signature

(ede--directory-project-from-hash DIR)

Documentation

If there is an already loaded project for DIR, return it from the hash.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede/files.el.gz
(defun ede--directory-project-from-hash (dir)
  "If there is an already loaded project for DIR, return it from the hash."
  (setq dir (expand-file-name dir))
  (gethash dir ede-project-directory-hash))