]> git.eshelyaron.com Git - emacs.git/commit
Fix register-preview-default
authorThierry Volpiatto <thievol@posteo.net>
Thu, 30 Nov 2023 09:38:52 +0000 (10:38 +0100)
committerThierry Volpiatto <thievol@posteo.net>
Sat, 2 Dec 2023 05:34:45 +0000 (06:34 +0100)
commit0fa70dad21d3475d3a5dae54a09d8a9e60b668ae
treec9eb9fced95f0949cc65ff8600f5e0f392a52b2c
parent3df81fb5dc5809cab7843e5358c17d0039b55eb1
Fix register-preview-default

We need to print the string representation (one char) of an eventual
key description e.g. "^X" instead of "C-x".
However the key description is still displayed in a display property.

* lisp/register.el (register-preview-default): Use `string' to print register.
lisp/register.el