Show
Ignore:
Timestamp:
07/16/06 08:36:52 (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

    r4058 r4111  
    855855;;; Face-saving tricks 
    856856 
    857 (defun viper-hide-face (face) 
    858   (if (and (viper-has-face-support-p) viper-emacs-p) 
    859       (add-to-list 'facemenu-unlisted-faces face))) 
    860  
    861  
    862857(defgroup viper-highlighting nil 
    863858  "Hilighting of replace region, search pattern, minibuffer, etc." 
     
    877872to customize the actual face object `viper-search' 
    878873this variable represents.") 
    879 (viper-hide-face viper-search-face) 
    880  
    881874 
    882875(defface viper-replace-overlay 
     
    891884to customize the actual face object `viper-replace-overlay' 
    892885this variable represents.") 
    893 (viper-hide-face viper-replace-overlay-face) 
    894  
    895886 
    896887(defface viper-minibuffer-emacs 
     
    905896to customize the actual face object `viper-minibuffer-emacs' 
    906897this variable represents.") 
    907 (viper-hide-face viper-minibuffer-emacs-face) 
    908  
    909898 
    910899(defface viper-minibuffer-insert 
     
    919908to customize the actual face object `viper-minibuffer-insert' 
    920909this variable represents.") 
    921 (viper-hide-face viper-minibuffer-insert-face) 
    922  
    923910 
    924911(defface viper-minibuffer-vi 
     
    933920to customize the actual face object `viper-minibuffer-vi' 
    934921this variable represents.") 
    935 (viper-hide-face viper-minibuffer-vi-face) 
    936922 
    937923;; the current face to be used in the minibuffer