aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emulation/viper-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el
index 465f6e5cfb8..bf85d282fed 100644
--- a/lisp/emulation/viper-init.el
+++ b/lisp/emulation/viper-init.el
@@ -438,7 +438,7 @@ delete the text being replaced, as in standard Vi."
438;; confused in some cases. So, this var is nulled for now. 438;; confused in some cases. So, this var is nulled for now.
439;; (defcustom viper-emacs-state-cursor-color "Magenta" 439;; (defcustom viper-emacs-state-cursor-color "Magenta"
440(defcustom viper-emacs-state-cursor-color nil 440(defcustom viper-emacs-state-cursor-color nil
441 "Cursor color when Viper is in emacs state." 441 "Cursor color when Viper is in Emacs state."
442 :type 'string 442 :type 'string
443 :group 'viper) 443 :group 'viper)
444(if (fboundp 'make-variable-frame-local) 444(if (fboundp 'make-variable-frame-local)