]> git.eshelyaron.com Git - emacs.git/commit
Preserve doc string in `byte-compile` (bug#55830)
authorMattias Engdegård <mattiase@acm.org>
Wed, 8 Jun 2022 08:03:55 +0000 (10:03 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 8 Jun 2022 08:08:05 +0000 (10:08 +0200)
commit493ae66be08a99ea7918ee8210aec3eb925c8fad
treed6f439588c4a4c45b727c9f62ae4beecaeda2771
parent22d3f0e95a5602b2bde763cff185f5b4fed6e53e
Preserve doc string in `byte-compile` (bug#55830)

* lisp/emacs-lisp/bytecomp.el (byte-compile--reify-function):
Don't transpose doc string and interactive spec, which must come
in this order.
* test/lisp/emacs-lisp/bytecomp-tests.el
(bytecomp-function-attributes): New test.
lisp/emacs-lisp/bytecomp.el
test/lisp/emacs-lisp/bytecomp-tests.el