changeset 17946:2b225f00d308

(custom-face-attributes): Add :inverse-video.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 May 1997 21:49:30 +0000
parents 874de6432f05
children 057ea7eaaff3
files lisp/cus-face.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-face.el	Sun May 25 21:39:38 1997 +0000
+++ b/lisp/cus-face.el	Sun May 25 21:49:30 1997 +0000
@@ -77,6 +77,11 @@
 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.")