diff lisp/emulation/viper-init.el @ 19241:eb1cef5fa337

new version
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sat, 09 Aug 1997 04:30:41 +0000
parents 55924d8a5b9e
children a3240ad2e954
line wrap: on
line diff
--- a/lisp/emulation/viper-init.el	Sat Aug 09 03:44:54 1997 +0000
+++ b/lisp/emulation/viper-init.el	Sat Aug 09 04:30:41 1997 +0000
@@ -692,6 +692,15 @@
 
 ;;; Face-saving tricks
 
+;;(defcustom viper-replace-overlay-pixmap "gray3"
+;;  "Pixmap to use for search face on non-color displays."
+;;  :type 'string
+;;  :group 'viper)
+;;(defcustom viper-search-face-pixmap "gray3"
+;;  "Pixmap to use for search face on non-color displays."
+;;  :type 'string
+;;  :group 'viper)
+
 (defun viper-hide-face (face)
   (if (and (viper-has-face-support-p) viper-emacs-p)
       (add-to-list 'facemenu-unlisted-faces face)))