From 7354130e6d48b23a0ca35b3ccdcaa595e3abe49c Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 6 Mar 2017 20:32:32 -0700 Subject: [PATCH] cref/conpkg.scm: Fourth slot of import links: 'deprecated, not #t. --- src/cref/conpkg.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cref/conpkg.scm b/src/cref/conpkg.scm index 41b330a64..481dfd07c 100644 --- a/src/cref/conpkg.scm +++ b/src/cref/conpkg.scm @@ -115,7 +115,8 @@ USA. (let ((dn (binding/name destination)) (sp (package/name (binding/package source))) (sn (binding/name source)) - (d? (binding/deprecated? source))) + (d? (and (binding/deprecated? source) + 'deprecated))) (if (and (not d?) (eq? dn sn)) (vector dn sp) (vector dn sp sn d?))))) -- 2.25.1