From f0ce9a1119088ee519b1e47716c55d398fdd7b3b Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 8 Sep 1999 01:26:44 +0000 Subject: [PATCH] (frame-background-mode): New variable. --- tinycustom.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tinycustom.el b/tinycustom.el index 921bdbe..e6d2744 100644 --- a/tinycustom.el +++ b/tinycustom.el @@ -52,6 +52,13 @@ This is a defcustom only for emulating purpose. Its effect is just as same as that of defvar." (` (defvar (, symbol) (, value) (, doc)))) +(defvar-maybe frame-background-mode nil + "*The brightness of the background. +Set this to the symbol dark if your background color is dark, light if +your background is light, or nil (default) if you want Emacs to +examine the brightness for you. However, the old Emacsen might not +examine the brightness, so you should set this value definitely.") + (defmacro-maybe-cond defface (face spec doc &rest args) "Declare FACE as a customizable face that defaults to SPEC. FACE does not need to be quoted. [custom emulating macro]" -- 1.7.10.4