Show
Ignore:
Timestamp:
11/26/05 08:33:26 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/emulation/viper-keym.el

    r3799 r3988  
    201201  :group 'viper) 
    202202 
    203 (defcustom viper-ESC-key [(escape)]  ; "\e" 
     203(defcustom viper-ESC-key (if (viper-window-display-p) [(escape)] "\e") 
    204204  "Key used to ESC. 
    205 Enter as a sexp. Examples: \"\\e\", [(escape)]." 
     205Enter as a sexp. Examples: \"\\e\", [(escape)]. 
     206If running in a terminal, [(escape)] is not understood, so must use \"\\e\"." 
    206207  :type 'sexp 
    207208  :group 'viper