This commit is contained in:
Henrik Lissner 2015-06-20 10:23:13 +02:00
parent fd8fb9ea67
commit 3a81cc5cc3
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@ If ARG is nil this function calls `recompile', otherwise it calls
(setq-local scroll-margin 0)
(erase-buffer)
(insert out)
(beginning-of-buffer)
(goto-char (point-min))
(read-only-mode 1)
(popwin:popup-buffer buf :height (if (> lines 25) 25 (1+ lines))))))))
(t (quickrun-region beg end))))