Explorar o código

Fix code typo in 06c064e9 (take 2)

Bastien %!s(int64=4) %!d(string=hai) anos
pai
achega
ed5e28939b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lisp/org-agenda.el

+ 2 - 2
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)