]> git.eshelyaron.com Git - emacs.git/commit
Stop cl-lib loading pcase at runtime
authorGlenn Morris <rgm@gnu.org>
Wed, 19 Apr 2017 20:28:48 +0000 (16:28 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 19 Apr 2017 20:28:48 +0000 (16:28 -0400)
commit41a5b76f79e2ef12a089e94406159e2d0e1fad1f
treedc8546dd518c369fa7b209bf7ec6c01527ca8734
parent3533623c4a007df80d57fe2dbc47d7e40d85041c
Stop cl-lib loading pcase at runtime

The cause was an unexpanded pcase-defmacro in cl-loaddefs.
* lisp/emacs-lisp/autoload.el (make-autoload):
Treat pcase-defmacro like defmacro.
lisp/emacs-lisp/autoload.el