diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-25 21:49:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-25 21:49:30 +0000 |
commit | 5c431d149559ffd4359b935497e307b24e79df6f (patch) | |
tree | d394a8076a9de840f02f7c22b94bd6ab39adbff5 /lisp/cus-face.el | |
parent | e8e4cda0ac9c458bcb56d3d2b8d62e16d9e93682 (diff) | |
download | emacs-5c431d149559ffd4359b935497e307b24e79df6f.tar.gz |
(custom-face-attributes): Add :inverse-video.
Diffstat (limited to 'lisp/cus-face.el')
-rw-r--r-- | lisp/cus-face.el | 5 |
1 files changed, 5 insertions, 0 deletions
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.") |