]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-face-attributes): Add :inverse-video.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 May 1997 21:49:30 +0000 (21:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 May 1997 21:49:30 +0000 (21:49 +0000)
lisp/cus-face.el

index 8b9ed38641c8b6ed5c35de70beaac8b2c2d74700..773dbccd8d8d64cc741a6fff83902abdee7b9557 100644 (file)
@@ -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.")