]> git.eshelyaron.com Git - emacs.git/commit
Minor advice.el fix
authorGlenn Morris <rgm@gnu.org>
Mon, 12 Dec 2016 20:20:39 +0000 (15:20 -0500)
committerGlenn Morris <rgm@gnu.org>
Mon, 12 Dec 2016 20:20:39 +0000 (15:20 -0500)
commit61f8c2386c29fe44d7ebf6fa816f140a2d918110
tree918424b26f637890f84b61585f9d31f62a53c504
parent940df47741c5e7be1c1c84d7371da492018f0d8a
Minor advice.el fix

* lisp/emacs-lisp/advice.el (ad-preactivate-advice):
Avoid setting the function definition of nil.
This was happening during bootstrap of org-compat.el,
apparently due to eager macro expansion of code behind
a (featurep 'xemacs) test.
lisp/emacs-lisp/advice.el