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

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

[elpa] externals/debbugs 6b87b3b 126/311: Update the debbugs tag face wh


From: Stefan Monnier
Subject: [elpa] externals/debbugs 6b87b3b 126/311: Update the debbugs tag face when switching it off, too
Date: Sun, 29 Nov 2020 18:41:54 -0500 (EST)

branch: externals/debbugs
commit 6b87b3b910a3c97f11a5d841991ffa64744449dc
Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
Commit: Lars Magne Ingebrigtsen <larsi@gnus.org>

    Update the debbugs tag face when switching it off, too
---
 debbugs-gnu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 03a8323..95e60ac 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -971,8 +971,8 @@ interest to you."
        (add-to-list 'debbugs-gnu-local-tags id)
        (put-text-property
         (+ (point) (- 5 (length (number-to-string id)))) (+ (point) 5)
-        'face 'debbugs-gnu-tagged)
-       (debbugs-gnu--update-tag-face id))))
+        'face 'debbugs-gnu-tagged))
+      (debbugs-gnu--update-tag-face id)))
   (debbugs-gnu-dump-persistency-file))
 
 (defun debbugs-gnu--update-tag-face (id)



reply via email to

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