]> git.eshelyaron.com Git - emacs.git/commit
* lisp/simple.el (read-from-kill-ring): Fix the case of 'M-y M-p' (bug#48478)
authorJuri Linkov <juri@linkov.net>
Thu, 3 Jun 2021 20:54:30 +0000 (23:54 +0300)
committerJuri Linkov <juri@linkov.net>
Thu, 3 Jun 2021 20:54:30 +0000 (23:54 +0300)
commit15c57fc4cc031cc6aca7eabd74706538fd6bfa22
tree9ee569d0d54b39c626aca516d5b56e34b1cf9ee0
parentd4ae640a3720e11fc8736a3530bba50520412023
* lisp/simple.el (read-from-kill-ring): Fix the case of 'M-y M-p' (bug#48478)

Don't use offsets for read-from-kill-ring-history when kill-ring-yank-pointer
points to the last element of kill-ring.
lisp/simple.el