branch: externals/org
commit 72d61165fcb0f5f064792c13579b7a109347ca0f
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Kyle Meyer <k...@kyleam.com>

    Backport commit 3d3c10946 from Emacs
    
    * lisp/org-table.el (org-table-edit-formulas): Don't use above
    obsolete variables.
    
    Make font-lock face variables obsolete
    3d3c1094604ceb6133a15226aec9b568f7923ee7
    Stefan Kangas
    Wed Dec 18 03:48:35 2024 +0100
    
    [ km: This was independently covered on the main branch with
      e38b5e4c1.  It's applied here for bookkeeping/traceability
      purposes. ]
---
 lisp/org-table.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-table.el b/lisp/org-table.el
index a5a5c54be6..22eecd5536 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -3412,7 +3412,7 @@ Parameters get priority."
          (when title
            (unless (bobp) (insert "\n"))
            (insert
-            (org-add-props (cdr title) nil 'face font-lock-comment-face))
+             (org-add-props (cdr title) nil 'face 'font-lock-comment-face))
            (setq titles (remove title titles)))
          (when (equal key (car entry)) (setq startline (org-current-line)))
          (let ((s (concat

Reply via email to