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:
parent
e7a5b1bb67
commit
f8df49c3a9
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue