emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals-release/org d1d0c30e65 2/2: org-property-value: Define


From: ELPA Syncer
Subject: [elpa] externals-release/org d1d0c30e65 2/2: org-property-value: Define face as non-nil
Date: Sun, 30 Jul 2023 06:58:20 -0400 (EDT)

branch: externals-release/org
commit d1d0c30e656cae2fa31d811850d40703cb7ce63d
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-property-value: Define face as non-nil
    
    * lisp/org-faces.el (org-property-value): Set default value to inherit
    from `font-lock-string-face' instead of using invalid face value of
    nil.
    
    Reported-by: Mauro Aranda <maurooaranda@gmail.com>
    Link: 
https://orgmode.org/list/41956a5a-44c2-c1ea-e1e5-d018a8656e48@gmail.com
---
 lisp/org-faces.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index 594c9a6e73..bb0958033f 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -108,7 +108,7 @@ color of the frame."
   "Face used for drawers."
   :group 'org-faces)
 
-(defface org-property-value nil
+(defface org-property-value '((t :inherit default))
   "Face used for the value of a property."
   :group 'org-faces)
 



reply via email to

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