Show
Ignore:
Timestamp:
07/01/06 08:27:06 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

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

    r4058 r4098  
    535535  "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'." 
    536536  (interactive) 
     537  (if (null viper-vi-state-cursor-color) 
     538      (modify-frame-parameters 
     539        (selected-frame) 
     540        (list (cons 'viper-vi-state-cursor-color (viper-get-cursor-color))))) 
    537541  (if (not noninteractive) 
    538542      (progn 
     
    546550            (progn           ; and expert-level msgs when viper-mode recurses 
    547551              (setq viper-first-time nil) 
    548               (setq viper-vi-state-cursor-color 
    549                     (viper-get-cursor-color)) 
    550552              (if (not viper-inhibit-startup-message) 
    551553                  (save-window-excursion