Add 1 to the end of region for single line directives. This will force the layout to show across the entire buffer.

This commit is contained in:
Craig Earls 2014-11-09 10:02:03 -07:00
parent 2ef1c09210
commit e54d7392bf

View file

@ -98,7 +98,7 @@ Requires empty line separating xacts."
(let ((begin (progn (beginning-of-line) (let ((begin (progn (beginning-of-line)
(point))) (point)))
(end (progn (end-of-line) (end (progn (end-of-line)
(point)))) (+ 1 (point)))))
;; handle block comments here ;; handle block comments here
(beginning-of-line) (beginning-of-line)
(if (looking-at " *;") (if (looking-at " *;")