]> code.delx.au - gnu-emacs/blobdiff - lisp/cus-face.el
Wrap around error in coreutil's ls
[gnu-emacs] / lisp / cus-face.el
index 913ef4cb8bf283e9546124fe8aae9f343812c2a5..6c384f74d41e942999ccee1d21414afa16c32219 100644 (file)
@@ -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 <abraham@dina.kvl.dk>
 ;; Keywords: help, faces
      (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)."))