Function: byte-compile-form-make-variable-buffer-local

byte-compile-form-make-variable-buffer-local is a byte-compiled function defined in bytecomp.el.gz.

Signature

(byte-compile-form-make-variable-buffer-local FORM)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defun byte-compile-form-make-variable-buffer-local (form)
  (byte-compile-keep-pending form 'byte-compile-normal-call))