Remove free variable warning when compiling viper using .el files

* lisp/emulation/viper-cmd.el (viper-saved-mark): Move definition...
* lisp/emulation/viper-util.el (viper-saved-mark): ... to here.
This commit is contained in:
Glenn Morris 2018-02-27 13:02:02 -05:00
parent e7a5b1bb67
commit f8df49c3a9
2 changed files with 3 additions and 4 deletions

View file

@ -131,9 +131,6 @@
;; define viper-vi-command-p
(viper-test-com-defun viper-vi-command)
;; Where viper saves mark. This mark is resurrected by m^
(defvar viper-saved-mark nil)
;; Contains user settings for vars affected by viper-set-expert-level function.
;; Not a user option.
(defvar viper-saved-user-settings nil)