]> git.eshelyaron.com Git - emacs.git/commit
Fix condition in register-read-with-preview-fancy
authorThierry Volpiatto <thievol@posteo.net>
Tue, 19 Dec 2023 16:45:22 +0000 (17:45 +0100)
committerThierry Volpiatto <thievol@posteo.net>
Wed, 20 Dec 2023 17:14:03 +0000 (18:14 +0100)
commitb499d4f65a7c1ce45500dcbf1c5c63d85241b330
treef15533bc0775e748a597e5ed662d0c2ca8f6610e
parent73acd543cb1f88af880445de1e1a7238dd46c9de
Fix condition in register-read-with-preview-fancy

Now with have :noconfirm no need to check for '(set modify) otherwise
we fail as well in kmacros when register-use-preview is t.
The conditions should not be hard coded in
register-read-with-preview-fancy but in the cl-defmethod
register-command-info for each command.

* lisp/register.el (register-read-with-preview-fancy): Remove now
unneeded condition.
lisp/register.el