elint-special-forms
elint-special-forms is a variable defined in `
elint.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Functions to call when some special form should be linted.
Value:
((let . elint-check-let-form)
(let* . elint-check-let-form)
(setq . elint-check-setq-form)
(quote . elint-check-quote-form)
(function . elint-check-quote-form)
(cond . elint-check-cond-form)
(lambda . elint-check-defun-form)
(function . elint-check-function-form)
(setq-default . elint-check-setq-form)
(defalias . elint-check-defalias-form)
(defun . elint-check-defun-form)
(defsubst . elint-check-defun-form)
(defmacro . elint-check-defun-form)
(defvar . elint-check-defvar-form)
(defconst . elint-check-defvar-form)
(defcustom . elint-check-defcustom-form)
(macro . elint-check-macro-form)
(condition-case . elint-check-condition-case-form)
(if . elint-check-conditional-form)
(when . elint-check-conditional-form)
(unless . elint-check-conditional-form)
(and . elint-check-conditional-form)
(or . elint-check-conditional-form))