; Silence byte-compiler warning in xdisp-tests.el

* test/src/xdisp-tests.el (xdisp-tests--minibuffer-scroll): Silence
byte-compiler.
This commit is contained in:
Stefan Kangas
2020-11-05 15:42:26 +01:00
parent 771046f5d8
commit 37c0208aaa

View File

@@ -57,9 +57,9 @@
(xdisp-tests--in-minibuffer
(let ((max-mini-window-height 4))
(dotimes (_ 80) (insert "\nhello"))
(beginning-of-buffer)
(goto-char (point-min))
(redisplay 'force)
(end-of-buffer)
(goto-char (point-max))
;; A simple edit like removing the last `o' shouldn't cause
;; the rest of the minibuffer's text to move.
(list