cgi.el: Make this work without cl-seq.el.
commit183493ed3dba2cd20cb70f2c5c6af06b71d9bd00
authorMichael Olson <mwolson@gnu.org>
Tue, 25 Apr 2006 00:31:42 +0000 (25 00:31 +0000)
committerMichael Olson <mwolson@gnu.org>
Tue, 25 Apr 2006 00:31:42 +0000 (25 00:31 +0000)
treeffa7ca8e65e11c89e262df93d09083f27acf482d
parentb51b7454c6cc26a17e28d93801e444c2cb574da7
cgi.el: Make this work without cl-seq.el.

* contrib/cgi.el: Fix a compiler warning introduced by sample calendar
  code.  Make this not depend on 'cl at runtime.
  (cgi-position): New function that implements a simple replacement for
  the position function found in cl-seq.el.
  (cgi-decode): Use `cgi-position' instead of `position' and `substring'
  instead of `subseq'.

* contrib/httpd.el: Credit myself.
git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-116
ChangeLog.2006
contrib/cgi.el
contrib/httpd.el