Function: hack-one-local-variable-quotep

hack-one-local-variable-quotep is a byte-compiled function defined in files.el.gz.

Signature

(hack-one-local-variable-quotep EXP)

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defun hack-one-local-variable-quotep (exp)
  (and (consp exp) (eq (car exp) 'quote) (consp (cdr exp))))