From 5c431d149559ffd4359b935497e307b24e79df6f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 May 1997 21:49:30 +0000 Subject: [PATCH] (custom-face-attributes): Add :inverse-video. --- lisp/cus-face.el | 5 +++++ 1 file changed, 5 insertions(+) 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.") -- 2.39.5