X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3e93bafb95608467e438ba7f725fd1f020669f8c..6dc0bafd5915b01a341cc0efbc744abd73163872:/lisp/cus-face.el diff --git a/lisp/cus-face.el b/lisp/cus-face.el index 913ef4cb8b..6c384f74d4 100644 --- a/lisp/cus-face.el +++ b/lisp/cus-face.el @@ -1,6 +1,6 @@ ;;; cus-face.el --- customization support for faces ;; -;; Copyright (C) 1996-1997, 1999-2014 Free Software Foundation, Inc. +;; Copyright (C) 1996-1997, 1999-2016 Free Software Foundation, Inc. ;; ;; Author: Per Abrahamsen ;; Keywords: help, faces @@ -218,6 +218,10 @@ (color :tag "Foreground" :help-echo "Set foreground color (name or #RRGGBB hex spec).")) + (:distant-foreground + (color :tag "Distant Foreground" + :help-echo "Set distant foreground color (name or #RRGGBB hex spec).")) + (:background (color :tag "Background" :help-echo "Set background color (name or #RRGGBB hex spec)."))