# HG changeset patch # User Kim F. Storm # Date 1095191872 0 # Node ID 8f14c8ea51a1ba3a9f9047e692b4184beb6bd226 # Parent 27d26db0f6b15a4c25835d83c22641c9ba1b8814 (cursor): Add face-no-inherit property. Doc fix. diff -r 27d26db0f6b1 -r 8f14c8ea51a1 lisp/faces.el --- a/lisp/faces.el Tue Sep 14 19:53:59 2004 +0000 +++ b/lisp/faces.el Tue Sep 14 19:57:52 2004 +0000 @@ -1924,11 +1924,13 @@ (defface cursor '() - "Basic face for the cursor color under X." + "Basic face for the cursor color under X. +Note: Other faces cannot inherit from the cursor face." :version "21.1" :group 'cursor :group 'basic-faces) +(put 'cursor 'face-no-inherit t) (defface mouse '() "Basic face for the mouse color under X."