Function: byte-run--set-safety
byte-run--set-safety is a byte-compiled function defined in
byte-run.el.gz.
Signature
(byte-run--set-safety F ARGS VAL)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/byte-run.el.gz
(defalias 'byte-run--set-safety
#'(lambda (f _args val)
(list 'function-put (list 'quote f)
''safety (list 'quote val))))