]> git.eshelyaron.com Git - emacs.git/commit
Prevent collisions in C namespace and function shadowing
authorAndrea Corallo <akrl@sdf.org>
Sat, 28 Mar 2020 20:56:47 +0000 (20:56 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sun, 29 Mar 2020 11:30:33 +0000 (12:30 +0100)
commitd5f6dc131b63d6bde096c03927c05a490c707c41
tree59f84f98aab7fb446fb79ceca31ffca1b70b3574
parent9d8ce520f03217e5aaf08b3e252a1bb82c3fc641
Prevent collisions in C namespace and function shadowing

This rework make functions being indexed by their unique C symbol name
preventing multiple lisp function with the same name colliding.
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/comp.el
src/comp.c