<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>18084</integer>
    </number>
    <user>
      <string>metaperl</string>
    </user>
    <title>
      <string>checking for undef optional args</string>
    </title>
    <contents>
      <string>(defun asciidoc-example-block (text example-label example-description)
  &quot;create an asciidoc ExampleBlock, using TEXT and optionally modifying the default EXAMPLE-LABEL and EXAMPLE-DESCRIPTION&quot;
  (interactive &quot;sText for example block? \nExample label? (defaults to 'Example') \nExample description (defaults to 'An example') &quot;)
  (if (not nullp example-label)
      (insert &quot;[caption=&quot; &quot;\&quot;&quot; example-label &quot;\&quot;&quot;))
  (if (not nullp example-description)
      (insert &quot;.&quot; example-description))
  (asciidoc-delimited-block ?= text))</string>
    </contents>
    <universal-time>
      <integer>3351889264</integer>
    </universal-time>
    <channel>
      <string>#xemacs</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
