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

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

[elpa] externals/org c6d1150 19/41: Fix code typo in 06c064e9 (take 2)


From: ELPA Syncer
Subject: [elpa] externals/org c6d1150 19/41: Fix code typo in 06c064e9 (take 2)
Date: Sun, 16 May 2021 04:57:19 -0400 (EDT)

branch: externals/org
commit c6d11502e0fdaead1afc522f28cfea7abf4208ff
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 ccd3c5f..4ed1969 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -7150,8 +7150,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]