Codebase list cafeobj / f93f940
Direct non-simple modexpr importation can be shown properly. tswd 9 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
257257 (let (;; (*print-indent* (+ (max 4 (length num)) *print-indent*)))
258258 (*print-indent* (+ 2 *print-indent*)))
259259 (when num (princ "(" stream))
260 ;; (print-mod-name-x mod stream t)
261 (princ (get-module-print-name mod) stream)
260 (print-mod-name mod *standard-output* t t)
262261 (when num (princ ")" stream))
263262 (if dup? (princ "*" stream)
264263 (with-in-module (mod)