48 lines
1.2 KiB
EmacsLisp
48 lines
1.2 KiB
EmacsLisp
|
;;; find-file-in-project-autoloads.el --- automatically extracted autoloads
|
|||
|
;;
|
|||
|
;;; Code:
|
|||
|
|
|||
|
|
|||
|
;;;### (autoloads (find-file-in-project) "find-file-in-project" "find-file-in-project.el"
|
|||
|
;;;;;; (20815 21543 0 0))
|
|||
|
;;; Generated autoloads from find-file-in-project.el
|
|||
|
|
|||
|
(autoload 'find-file-in-project "find-file-in-project" "\
|
|||
|
Prompt with a completing list of all files in the project to find one.
|
|||
|
|
|||
|
The project's scope is defined as the first directory containing
|
|||
|
an `.emacs-project' file. You can override this by locally
|
|||
|
setting the variable `ffip-project-root'.
|
|||
|
|
|||
|
\(fn)" t nil)
|
|||
|
|
|||
|
(defalias 'ffip 'find-file-in-project)
|
|||
|
|
|||
|
(put 'ffip-patterns 'safe-local-variable 'listp)
|
|||
|
|
|||
|
(put 'ffip-find-options 'safe-local-variable 'stringp)
|
|||
|
|
|||
|
(put 'ffip-project-file 'safe-local-variable 'stringp)
|
|||
|
|
|||
|
(put 'ffip-project-root 'safe-local-variable 'stringp)
|
|||
|
|
|||
|
(put 'ffip-project-root-function 'safe-local-variable 'functionp)
|
|||
|
|
|||
|
(put 'ffip-limit 'safe-local-variable 'integerp)
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
;;;### (autoloads nil nil ("find-file-in-project-pkg.el") (20815
|
|||
|
;;;;;; 21543 166996 0))
|
|||
|
|
|||
|
;;;***
|
|||
|
|
|||
|
(provide 'find-file-in-project-autoloads)
|
|||
|
;; Local Variables:
|
|||
|
;; version-control: never
|
|||
|
;; no-byte-compile: t
|
|||
|
;; no-update-autoloads: t
|
|||
|
;; coding: utf-8
|
|||
|
;; End:
|
|||
|
;;; find-file-in-project-autoloads.el ends here
|