瀏覽代碼

Fix code typo in 06c064e9 (take 2)

Bastien 4 年之前
父節點
當前提交
ed5e28939b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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)