From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- printf.scm | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 printf.scm (limited to 'printf.scm') diff --git a/printf.scm b/printf.scm old mode 100644 new mode 100755 index a85471f..6e51027 --- a/printf.scm +++ b/printf.scm @@ -18,6 +18,7 @@ ;each case. (require 'string-case) +(require 'multiarg-apply) (require-if 'compiling 'generic-write) ;; Determine the case of digits > 9. We assume this to be constant. -- cgit v1.2.3