Codebase list cafeobj / 7d5484b
fix missing paren in print :fancy Toshimi Sawada 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
392392 (princ ")" stream))))
393393 ;; mix fix operators
394394 (t (let ((prec-test (and (get-method-precedence hd)
395 (< prec (get-method-precedence hd)))) ; was <=
395 (<= prec (get-method-precedence hd))))
396396 (assoc-test (method-is-associative hd))
397397 (token-seq (operator-token-sequence
398398 (method-operator hd)))