]> git.eshelyaron.com Git - emacs.git/commit
Further tweak pp code printing
authorMichael Heerdegen <michael_heerdegen@web.de>
Sun, 12 May 2024 17:55:30 +0000 (19:55 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 27 May 2024 20:26:39 +0000 (22:26 +0200)
commit023bcfa6c703f009db2894535fc5a61fe814056f
tree39978fb1a6130475206bd29b0484f755a2139913
parent47810df41b2c087f9a5a592d34c1bd24a91bdc9d
Further tweak pp code printing

This fixes an aspect of Bug#70868.

* lisp/emacs-lisp/pp.el (pp--insert-lisp): Print characters with
`prin1-char'.  In all other cases consistently print with `prin1'.

(cherry picked from commit 34fc71c004b6e0ae787de4889eca2d1e413103f2)
lisp/emacs-lisp/pp.el