Update of /project/lisppaste/cvsroot/lisppaste2 In directory common-lisp.net:/home/bmastenbrook/test/lisppaste2
Modified Files: variable.lisp Log Message: recent paste list
Date: Thu Jul 8 10:43:37 2004 Author: bmastenbrook
Index: lisppaste2/variable.lisp diff -u lisppaste2/variable.lisp:1.26 lisppaste2/variable.lisp:1.27 --- lisppaste2/variable.lisp:1.26 Tue Jul 6 09:59:59 2004 +++ lisppaste2/variable.lisp Thu Jul 8 10:43:37 2004 @@ -1,4 +1,4 @@ -;;;; $Id: variable.lisp,v 1.26 2004/07/06 16:59:59 bmastenbrook Exp $ +;;;; $Id: variable.lisp,v 1.27 2004/07/08 17:43:37 bmastenbrook Exp $ ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/variable.lisp,v $
;;;; See the LICENSE file for licensing information. @@ -105,6 +105,9 @@
(defparameter *css-url* (araneida:merge-url *paste-external-url* "lisppaste.css")) + +(defparameter *recent-url* + (araneida:merge-url *paste-external-url* "recent"))
(defvar *paste-listener* (let ((fwd-url (araneida:copy-url *paste-external-url*)))