Fix some indentation in editor

This commit is contained in:
John Lorentzson 2025-07-31 11:48:35 +02:00
parent 5032ee73e8
commit c59bad4bb7

View file

@ -815,9 +815,9 @@ Additionally ensures correct line numbers on the way, as a bonus."
(force-output *eio*)
(let ((key (get-input-sequence)))
(if (and (integerp line) (integerp col)
(equal '(:C . #\j) key))
(cursor-go-to (cursor *editor*) line col)
(redisplay-view (current-view *editor*)))))
(equal '(:C . #\j) key))
(cursor-go-to (cursor *editor*) line col)
(redisplay-view (current-view *editor*)))))
(defparameter *refresh-asm-functions-p* #+swank t #-swank nil
"If non-NIL, reload asm function addresses from listing before every compile.")