Variable: viper-minibuffer-emacs-face

viper-minibuffer-emacs-face is a variable defined in viper-init.el.gz.

Value

viper-minibuffer-emacs

Documentation

Face used in the Minibuffer when it is in Emacs state.

DO NOT CHANGE this variable. Instead, use the customization widget to customize the actual face object viper-minibuffer-emacs this variable represents.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
;; An internal variable.  Viper takes the face from here.
(defvar viper-minibuffer-emacs-face 'viper-minibuffer-emacs
  "Face used in the Minibuffer when it is in Emacs state.
DO NOT CHANGE this variable.  Instead, use the customization widget
to customize the actual face object `viper-minibuffer-emacs'
this variable represents.")