From 62fcabaf5dcf4077918b07ac8dadd093c7f61596 Mon Sep 17 00:00:00 2001
From: Tim Daly <daly@axiom-developer.org>
Date: Thu, 8 Jan 2015 13:35:36 -0500
Subject: books/bookvol10.2 remove |function| macro

---
 books/bookvol10.2.pamphlet     |    2 +-
 changelog                      |    2 ++
 patch                          |   14 +-------------
 src/axiom-website/patches.html |    2 ++
 4 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/books/bookvol10.2.pamphlet b/books/bookvol10.2.pamphlet
index 281796a..f3b3c74 100644
--- a/books/bookvol10.2.pamphlet
+++ b/books/bookvol10.2.pamphlet
@@ -87443,7 +87443,7 @@ Note that this code is not included in the generated catdef.spad file.
         (LETT |r| (|spadConstant| |$| 61) |PSETCAT-;headRemainder;PSR;23|)
         (LETT |lp1|
          (SPADCALL
-          (CONS (|function| |PSETCAT-;localInf?|) |$|)
+          (CONS #'|PSETCAT-;localInf?| |$|)
           (REVERSE (|PSETCAT-;elements| |ps| |$|))
           (QREFELT |$| 45))
          |PSETCAT-;headRemainder;PSR;23|)
diff --git a/changelog b/changelog
index 0f91089..6789363 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20150108 tpd src/axiom-website/patches.html 20150108.01.tpd.patch
+20150118 tpd books/bookvol10.2 remove |function| macro
 20150107 tpd src/axiom-website/patches.html 20150107.08.tpd.patch
 20150107 tpd projects: January 7th 2015 update
 20150107 tpd src/axiom-website/patches.html 20150107.07.tpd.patch
diff --git a/patch b/patch
index b8aa3eb..6d8b32d 100644
--- a/patch
+++ b/patch
@@ -1,13 +1 @@
-projects: January 7th 2015 update
-
-Interpreter Volume: Add chapters for frames, history, undo, exposure groups
-
-Failing regression tests were fixed. 
-
-Update bug reports with failing test cases.
-
-Clean up zips directory. Delete CCL, Meta, tla
-
-Move videos link up
-
-Create a docker image
+books/bookvol10.2 remove |function| macro
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index c3b0712..dbaee8c 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -4938,6 +4938,8 @@ buglist: bug 7295: guessRat : (1 . arbitrary) cannot be coerced<br/>
 src/input/* review and improve test cases<br/>
 <a href="patches/20150107.08.tpd.patch">20150107.08.tpd.patch</a>
 projects: January 7th 2015 update<br/>
+<a href="patches/20150108.01.tpd.patch">20150108.01.tpd.patch</a>
+books/bookvol10.2 remove |function| macro<br/>
  </body>
 </html>
 
-- 
1.7.5.4

