Changeset 4098 for trunk/lisp/emulation/viper.el
- Timestamp:
- 07/01/06 08:27:06 (2 years ago)
- Files:
-
- trunk/lisp/emulation/viper.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emulation/viper.el
r4058 r4098 535 535 "Turn on Viper emulation of Vi in Emacs. See Info node `(viper)Viper'." 536 536 (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))))) 537 541 (if (not noninteractive) 538 542 (progn … … 546 550 (progn ; and expert-level msgs when viper-mode recurses 547 551 (setq viper-first-time nil) 548 (setq viper-vi-state-cursor-color549 (viper-get-cursor-color))550 552 (if (not viper-inhibit-startup-message) 551 553 (save-window-excursion
