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

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

[elpa] externals/latex-table-wizard 8402bc0ed9 12/70: Don't call face -f


From: ELPA Syncer
Subject: [elpa] externals/latex-table-wizard 8402bc0ed9 12/70: Don't call face -face (as per elisp manual ch 40)
Date: Sat, 13 May 2023 08:59:10 -0400 (EDT)

branch: externals/latex-table-wizard
commit 8402bc0ed9ba4947190ddef89e4835a114a80a21
Author: Enrico Flor <nericoflor@gmail.com>
Commit: Enrico Flor <nericoflor@gmail.com>

    Don't call face -face (as per elisp manual ch 40)
---
 latex-table-wizard.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/latex-table-wizard.el b/latex-table-wizard.el
index ca4c9978d4..501e9ec659 100644
--- a/latex-table-wizard.el
+++ b/latex-table-wizard.el
@@ -1169,7 +1169,7 @@ at point.  If it is none of those object, return nil."
 
 ;;; Aesthetics
 
-(defface latex-table-wizard-background-face
+(defface latex-table-wizard-background
   '((t (:foreground "gray40")))
   "Face for hiding non-table buffer content.")
 
@@ -1182,7 +1182,7 @@ at point.  If it is none of those object, return nil."
                 ,(make-overlay tab-e (point-max)))))
     (dolist (x ols)
       (overlay-put x 'tabl-outside-ol t)
-      (overlay-put x 'face 'latex-table-wizard-background-face))))
+      (overlay-put x 'face 'latex-table-wizard-background))))
 
 (defun latex-table-wizard--cleanup ()
   "Remove all overlays created by \\='latex-table-wizard\\='.



reply via email to

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