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

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

[elpa] externals-release/org ed5e289 2/4: Fix code typo in 06c064e9 (tak


From: ELPA Syncer
Subject: [elpa] externals-release/org ed5e289 2/4: Fix code typo in 06c064e9 (take 2)
Date: Sat, 15 May 2021 08:57:12 -0400 (EDT)

branch: externals-release/org
commit ed5e28939b42053d5ca80c009741e0ea207d9320
Author: Bastien <bzg@gnu.org>
Commit: Bastien <bzg@gnu.org>

    Fix code typo in 06c064e9 (take 2)
---
 lisp/org-agenda.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 559d114..d057947 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7069,8 +7069,8 @@ The optional argument TYPE tells the agenda type."
                    ;; Remove `display' property as the icon could leak
                   ;; on the white space.
                   (org-add-props " " (org-plist-delete (text-properties-at 0 x)
-                                                       'display)))
-                 (substring x (match-end 3))))))
+                                                       'display))
+                   (substring x (match-end 3)))))))
       x)))
 
 (defsubst org-cmp-values (a b property)



reply via email to

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