]> git.eshelyaron.com Git - emacs.git/commit
In cl-prin1, enable raw printing for a byte-compiled function
authorAlan Mackenzie <acm@muc.de>
Wed, 11 Oct 2023 13:26:01 +0000 (13:26 +0000)
committerAlan Mackenzie <acm@muc.de>
Wed, 11 Oct 2023 13:26:01 +0000 (13:26 +0000)
commitaa45ea8a33132f3a95b1e2c085776919febd5458
treec58b28bdb56182e320a0be4f21f803511b3d2156
parent41b83e899392b2b01f4b934d9f34b92a97ecbffd
In cl-prin1, enable raw printing for a byte-compiled function

* lisp/emacs-lisp/cl-print.el (cl-print-compiled): document the
new option `raw'.
(cl-print-object/compiled-function): when cl-print-compiled is
`raw', just print the function using `prin1'.  Apply a button
to this output which, when activated disassembles the function.

* etc/NEWS (cl-print): Add an entry for this new feature.
etc/NEWS
lisp/emacs-lisp/cl-print.el