fix(emacs/lean-server): fix "error running timer"
This error occurred in files without trailing newlines.
This commit is contained in:
parent
049d940167
commit
df5fb70c8a
1 changed files with 2 additions and 2 deletions
|
|
@ -226,11 +226,11 @@ least the following keys:
|
|||
(let ((beg (point)))
|
||||
(forward-line 1)
|
||||
(cons beg (point))))
|
||||
(forward-char bc)
|
||||
(ignore-errors (forward-char bc))
|
||||
(let ((beg (point)))
|
||||
(goto-char (point-min))
|
||||
(forward-line el)
|
||||
(forward-char ec)
|
||||
(ignore-errors (forward-char ec))
|
||||
(cons beg (point)))))))
|
||||
|
||||
(defface lean-server-task-face
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue