Function: ede-proj-target-elisp-autoloads--eieio-childp
ede-proj-target-elisp-autoloads--eieio-childp is a byte-compiled
function defined in proj-elisp.el.gz.
Signature
(ede-proj-target-elisp-autoloads--eieio-childp OBJ)
Documentation
Return non-nil if OBJ is an object of type ede-proj-target-elisp-autoloads(var)/ede-proj-target-elisp-autoloads(fun) or a subclass.
Aliases
ede-proj-target-elisp-autoloads-child-p (obsolete since 25.1)
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/proj-elisp.el.gz
;;;
;; Autoload generators
;;
(defclass ede-proj-target-elisp-autoloads (ede-proj-target-elisp)
((availablecompilers :initform '(ede-emacs-cedet-autogen-compiler))
(phony :initform t)
(rules :initform nil)
(autoload-file :initarg :autoload-file
:initform "loaddefs.el"
:type string
:custom string
:documentation "The file that autoload definitions are placed in.
There should be one load defs file for a given package. The load defs are created
for all Emacs Lisp sources that exist in the directory of the created target.")
(autoload-dirs :initarg :autoload-dirs
:initform nil
:type list
:custom (repeat string)
:documentation "The directories to scan for autoload definitions.
If nil defaults to the current directory.")
)
"Target that builds an autoload file.
Files do not need to be added to this target.")