Explorar o código

fixup! org-agenda-get-sexps: Improve performance

Ihor Radchenko %!s(int64=3) %!d(string=hai) anos
pai
achega
6a5f67567e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -5919,7 +5919,7 @@ displayed in agenda view."
 	(setq b (point))
 	(forward-sexp 1)
 	(setq sexp (buffer-substring b (point)))
-	(setq sexp-entry (if (org-looking-at "[ \t]*\\(\\S-.*\\)")
+	(setq sexp-entry (if (looking-at "[ \t]*\\(\\S-.*\\)")
                              (buffer-substring
                               (match-beginning 1)
                               (save-excursion