<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>49645</integer>
    </number>
    <user>
      <string>baggles</string>
    </user>
    <title>
      <string>anyone got any clues why this might not be defined here?!</string>
    </title>
    <contents>
      <string>(eval-when (:compile-toplevel :load-toplevel :execute)
  (defmacro define-arb-and-non-arb (form)
    (let ((extension nil))
      (declare (special extension))
      (labels ((expand-extension (form)
		 (if (listp form)
		     (if (eql (first form) '?extension)
			 (if extension (second form) (third form))
			 (mapcar #'expand-extension form))
		     form))))
      (list 'progn
	    (let ((extension t))
	      (declare (special extension))
	      (expand-extension form)) ;  undefined function: EXPAND-EXTENSION
	    (expand-extension form)))))</string>
    </contents>
    <universal-time>
      <integer>3402078211</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </paste>
</paste-with-annotations>