emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Tue, 14 Sep 2004 16:17:43 -0400

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.289 emacs/lisp/faces.el:1.290
*** emacs/lisp/faces.el:1.289   Fri Jun  4 10:12:53 2004
--- emacs/lisp/faces.el Tue Sep 14 19:57:52 2004
***************
*** 1924,1934 ****
  
  
  (defface cursor '()
!   "Basic face for the cursor color under X."
    :version "21.1"
    :group 'cursor
    :group 'basic-faces)
  
  
  (defface mouse '()
    "Basic face for the mouse color under X."
--- 1924,1936 ----
  
  
  (defface cursor '()
!   "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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]