]> git.eshelyaron.com Git - emacs.git/commit
Let `define-symbol-prop' take effect during compilation
authorStefan Monnier <monnier@IRO.UMontreal.CA>
Fri, 14 Jul 2017 04:32:34 +0000 (00:32 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 7 Aug 2017 22:54:49 +0000 (18:54 -0400)
commitcc30d77ecdd1b9155ade3d0656a84a0839ee2795
treea0b0c1180b8152284d10420d4189eb7cebdbc7d7
parent00f7e31110a27e568529192d7441d9631b9096bc
Let `define-symbol-prop' take effect during compilation

* src/fns.c (syms_of_fns): New variable `overriding-plist-environment'.
(Fget): Consult it.
* lisp/emacs-lisp/bytecomp.el (byte-compile-close-variables): Let-bind
it to nil.
(byte-compile-define-symbol-prop): New function, handles compilation
of top-level `define-symbol-prop' and `function-put' calls by putting
the symbol setting into `overriding-plist-environment'.

Co-authored-by: Noam Postavsky <npostavs@gmail.com>
lisp/emacs-lisp/bytecomp.el
src/fns.c
test/lisp/emacs-lisp/bytecomp-tests.el