Update …--last-register after storing a register.

This commit is contained in:
tastytea 2020-03-21 19:32:55 +01:00
parent 1c13793033
commit e42245aa65
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

@ -245,6 +245,7 @@ Searches the range between
(if (<= char end)
(progn
(point-to-register char)
(register-quicknav--last-register (assoc char register-alist))
(message "Position stored in register %c." char))
(message "No unused register in the range %c - %c found." begin end))))