From 7561f08d49a8b735e3b32d4a3b569ba35389c0de Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@real-time.com>
Date: Thu, 15 Oct 2009 11:20:55 -0500
Subject: [PATCH] Removed the "special variables" chapter.

I mistook one of Gary's indices for a content chapter, so created a
chapter on special variables in the texinfo.  That was a mistake, so I
am removing it now.
---
 asdf.texinfo | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/asdf.texinfo b/asdf.texinfo
index a0c7eb8d..86c4992d 100644
--- a/asdf.texinfo
+++ b/asdf.texinfo
@@ -70,7 +70,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 * Defining systems with defsystem::  
 * The object model of asdf::    
 * Controlling where ASDF saves compiled files::  
-* Special variables::           
 * Error handling::              
 * Compilation error and warning handling::  
 * Miscellaneous additional functionality::  
@@ -1119,7 +1118,7 @@ The new component type is used in a @code{defsystem} form in this way:
     )
 @end lisp
 
-@node Controlling where ASDF saves compiled files, Special variables, The object model of asdf, Top
+@node Controlling where ASDF saves compiled files, Error handling, The object model of asdf, Top
 @comment  node-name,  next,  previous,  up
 @chapter Controlling where ASDF saves compiled files
 @cindex ASDF-binary-locations
@@ -1224,13 +1223,7 @@ directory permission problems. ASDF knows about these and uses a mapping
 like @file{/usr/local/lib/sbcl} to @code{nil} so that the FASLs are not
 relocated.
 
-@node Special variables, Error handling, Controlling where ASDF saves compiled files, Top
-@comment  node-name,  next,  previous,  up
-@chapter Special variables
-
-
-
-@node  Error handling, Compilation error and warning handling, Special variables, Top
+@node  Error handling, Compilation error and warning handling, Controlling where ASDF saves compiled files, Top
 @comment  node-name,  next,  previous,  up
 @chapter Error handling
 @findex SYSTEM-DEFINITION-ERROR
-- 
GitLab