Function: byte-compile-file-form-custom-declare-variable
byte-compile-file-form-custom-declare-variable is a byte-compiled
function defined in bytecomp.el.gz.
Signature
(byte-compile-file-form-custom-declare-variable FORM)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defun byte-compile-file-form-custom-declare-variable (form)
(when (byte-compile-warning-enabled-p 'callargs)
(byte-compile-nogroup-warn form))
(byte-compile-file-form-defvar-function form))