Bug 884. Highlight first line of file
This commit is contained in:
parent
c7dd499a73
commit
f54c15bdf5
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ within the transaction."
|
||||||
(let ((end-pos pos)
|
(let ((end-pos pos)
|
||||||
(beg-pos pos))
|
(beg-pos pos))
|
||||||
(backward-paragraph)
|
(backward-paragraph)
|
||||||
(forward-line)
|
(if (/= (point) (point-min))
|
||||||
|
(forward-line))
|
||||||
(beginning-of-line)
|
(beginning-of-line)
|
||||||
(setq beg-pos (point))
|
(setq beg-pos (point))
|
||||||
(forward-paragraph)
|
(forward-paragraph)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue