From: Olof-Joachim Frahm Date: Thu, 13 Mar 2014 17:24:35 +0000 (+0100) Subject: Also SHORT- and LONG-SITE-NAME. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=10dab942634edddb7c99bbc3af0df1a256581e7a;p=jscl.git Also SHORT- and LONG-SITE-NAME. --- diff --git a/src/misc.lisp b/src/misc.lisp index 4e55271..2a2496f 100644 --- a/src/misc.lisp +++ b/src/misc.lisp @@ -41,6 +41,11 @@ (defun software-version () nil) +(defun short-site-name () + nil) + +(defun long-site-name () + nil) (defmacro time (form) (let ((start (gensym))