Define …--last-register-v as global variable.

It doesn't seem to make a difference but makes more sense to me.
This commit is contained in:
tastytea 2020-03-15 22:27:56 +01:00
parent 3883cbf298
commit 892b368b23
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
:type 'character
:group 'register-quicknav)
(defvar-local register-quicknav--last-register-v nil
(defvar register-quicknav--last-register-v nil
"The last jumped-to position register.")
(defun register-quicknav--last-register (&optional val)