Fix some indentation in editor
This commit is contained in:
parent
5032ee73e8
commit
c59bad4bb7
1 changed files with 3 additions and 3 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue