From fedbd5dec6a03c0f0bd153f48ae3fbad14c77182 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Thu, 25 Feb 2010 13:49:31 +0100 Subject: [PATCH] LISP-IMPLEMENTATION-VCS-ID must be prefixed with EXT: in config.lsp.in --- src/lsp/config.lsp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lsp/config.lsp.in b/src/lsp/config.lsp.in index 5c4e0ae84..acfb05bbc 100644 --- a/src/lsp/config.lsp.in +++ b/src/lsp/config.lsp.in @@ -49,7 +49,7 @@ Returns, as a string, the location of the machine on which ECL runs." Returns the version of your ECL as a string." "@PACKAGE_VERSION@") -(defun lisp-implementation-vcs-id () +(defun ext:lisp-implementation-vcs-id () #.si::+commit-id+) (defun machine-type ()