branch: externals/org
commit e38b5e4c13ce304609d3eaef65f00e4730d2ee86
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
org-table-edit-formulas: Fix compiler warning
* lisp/org-table.el (org-table-edit-formulas): Refer to
`font-lock-comment-face' as symbol rather than obsolete variable.
---
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 0986a8d81f..b823fa4f6d 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -3419,7 +3419,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