diff options
Diffstat (limited to 'inc/geshi/lisp.php')
-rw-r--r-- | inc/geshi/lisp.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inc/geshi/lisp.php b/inc/geshi/lisp.php index e31f02a5c..121ced6ca 100644 --- a/inc/geshi/lisp.php +++ b/inc/geshi/lisp.php @@ -4,10 +4,10 @@ * -------- * Author: Roberto Rossi (rsoftware@altervista.org) * Copyright: (c) 2004 Roberto Rossi (http://rsoftware.altervista.org), Nigel McNie (http://qbnz.com/highlighter - * Release Version: 1.0.7.11 - * CVS Revision Version: $Revision: 1.14 $ + * Release Version: 1.0.7.12 + * CVS Revision Version: $Revision: 1.14.2.3 $ * Date Started: 2004/08/30 - * Last Modified: $Date: 2006/05/21 00:06:56 $ + * Last Modified: $Date: 2006/07/22 11:30:27 $ * * Generic Lisp language file for GeSHi. * @@ -44,7 +44,7 @@ ************************************************************************************/ $language_data = array ( - 'LANG_NAME' => 'LISP', + 'LANG_NAME' => 'Lisp', 'COMMENT_SINGLE' => array(1 => ';'), 'COMMENT_MULTI' => array(';|' => '|;'), 'CASE_KEYWORDS' => GESHI_CAPS_NO_CHANGE, |