1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Improve pp-emacs-lisp-code for #'

* lisp/emacs-lisp/pp.el (pp--insert-lisp): Format (function ...)
as #'.
This commit is contained in:
Lars Ingebrigtsen 2022-01-04 15:50:56 +01:00
parent 38b4bbb7e1
commit 0d315102fe
2 changed files with 10 additions and 2 deletions

View file

@ -122,3 +122,9 @@ Name: code-formats11
(lambda ()
[(foo bar) (foo bar)])
=-=-=
Name: code-formats12
=-=
(global-set-key (kbd "s-x") #'kill-region)
=-=-=