Mark register-quicknav-buffer-only as save with booleans,

and autoload it.
This commit is contained in:
tastytea 2020-03-08 12:28:45 +01:00
parent f2640264cd
commit 8de7717881
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -83,10 +83,12 @@
"Variables for register-quicknav."
:group 'editing)
;;;###autoload
(defcustom register-quicknav-buffer-only nil
"Cycle only through position registers in current buffer."
:type 'boolean
:group 'register-quicknav)
:group 'register-quicknav
:safe #'booleanp)
(defvar-local register-quicknav--last-register-v nil
"The last jumped-to position register.")