File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 25752575 (dotimes (i (/ (length print-args) 2 )) ; ; escape list
25762576 (unless (eq (elt print-args (* 2 i)) :move-target ) ; ; neglect :move-target because move-target is fixed later
25772577 (escape-list print-args (+ 1 (* 2 i)))))
2578- (dotimes (i (length print-args)) (escape-robot-link print-args i)) ; ; escape robot link
2578+ (dotimes (i (/ (length print-args) 2 )) ; ; escape list
2579+ (unless (eq (elt print-args (* 2 i)) :move-target ) ; ; neglect :move-target because move-target is fixed later
2580+ (escape-robot-link print-args (+ 1 (* 2 i))))) ; ; escape robot link
25792581 (dotimes (j (count :move-target print-args)) ; ; escape move-target
25802582 (if (setq i (position :move-target print-args :count (1+ j)))
25812583 (cond ((atom (elt print-args (+ i 1 )))
You can’t perform that action at this time.
0 commit comments