Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/emulation/viper-init.el

    r4111 r4161  
    435435    (make-variable-frame-local 'viper-insert-state-cursor-color)) 
    436436 
    437 (defcustom viper-emacs-state-cursor-color "Magenta" 
     437;; viper-emacs-state-cursor-color doesn't work well. Causes cursor colors to be 
     438;; confused in some cases. So, this var is nulled for now. 
     439;; (defcustom viper-emacs-state-cursor-color "Magenta" 
     440(defcustom viper-emacs-state-cursor-color nil 
    438441  "Cursor color when Viper is in emacs state." 
    439442  :type 'string