Skip to content

Commit

Permalink
fixup! org-agenda-get-sexps: Improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Ihor Radchenko committed Sep 22, 2022
1 parent d4fde29 commit 6a5f675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/org-agenda.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a5f675

Please sign in to comment.