Changeset 4111 for trunk/lisp/emulation/viper-init.el
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/lisp/emulation/viper-init.el (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/emulation/viper-init.el
r4058 r4111 855 855 ;;; Face-saving tricks 856 856 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 862 857 (defgroup viper-highlighting nil 863 858 "Hilighting of replace region, search pattern, minibuffer, etc." … … 877 872 to customize the actual face object `viper-search' 878 873 this variable represents.") 879 (viper-hide-face viper-search-face)880 881 874 882 875 (defface viper-replace-overlay … … 891 884 to customize the actual face object `viper-replace-overlay' 892 885 this variable represents.") 893 (viper-hide-face viper-replace-overlay-face)894 895 886 896 887 (defface viper-minibuffer-emacs … … 905 896 to customize the actual face object `viper-minibuffer-emacs' 906 897 this variable represents.") 907 (viper-hide-face viper-minibuffer-emacs-face)908 909 898 910 899 (defface viper-minibuffer-insert … … 919 908 to customize the actual face object `viper-minibuffer-insert' 920 909 this variable represents.") 921 (viper-hide-face viper-minibuffer-insert-face)922 923 910 924 911 (defface viper-minibuffer-vi … … 933 920 to customize the actual face object `viper-minibuffer-vi' 934 921 this variable represents.") 935 (viper-hide-face viper-minibuffer-vi-face)936 922 937 923 ;; the current face to be used in the minibuffer
