We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0702f7 commit d9b6648Copy full SHA for d9b6648
ledger-navigate.el
@@ -136,8 +136,7 @@ Requires empty line separating xacts."
136
(ledger-navigate-skip-lines-forwards comment-re)
137
(setq end (point)))
138
((looking-at-p "\\(?:comment\\|test\\)\\>")
139
- (setq end (or (save-match-data
140
- (re-search-forward "^end[[:blank:]]+\\(?:comment\\|test\\)\\_>" nil t))
+ (setq end (or (re-search-forward "^end[[:blank:]]+\\(?:comment\\|test\\)\\_>" nil t)
141
(point-max)))))
142
(list begin end)))
143
0 commit comments