Merge pull request #368 from racktear/master
[emacs] Fontification should work independentily on where the point currently is Nice catch. This was clearly an error since beg was never used in this form.
This commit is contained in:
commit
b34ad977d9
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
(save-excursion
|
||||
(unless beg (setq beg (point-min)))
|
||||
(unless end (setq end (point-max)))
|
||||
(goto-char beg)
|
||||
(beginning-of-line)
|
||||
(while (< (point) end)
|
||||
(cond ((or (looking-at ledger-xact-start-regex)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue