# HG changeset patch # User Richard M. Stallman # Date 864596970 0 # Node ID 2b225f00d3089245f4a37f6ca6803312add12c1a # Parent 874de6432f055279cd73c51bd4e790db0ae01a01 (custom-face-attributes): Add :inverse-video. diff -r 874de6432f05 -r 2b225f00d308 lisp/cus-face.el --- 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.")