From: Richard M. Stallman Date: Sun, 25 May 1997 21:49:30 +0000 (+0000) Subject: (custom-face-attributes): Add :inverse-video. X-Git-Tag: emacs-20.1~1999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c431d149559ffd4359b935497e307b24e79df6f;p=emacs.git (custom-face-attributes): Add :inverse-video. --- diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 8b9ed38641c..773dbccd8d8 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -77,6 +77,11 @@ Control whether an italic font should be used.") Control whether the text should be underlined.") set-face-underline-p face-underline-p) + (:inverse-video (toggle :format "%[Inverse-Video%]: %v\n" + :help-echo "\ +Control whether the text should be in inverse video.") + set-face-inverse-video-p + face-inverse-video-p) (:foreground (color :tag "Foreground" :value "black" :help-echo "Set foreground color.")