r4827: Auto commit for Debian build
[umlisp.git] / sql-create.lisp
index c9821fd742e7f77a108b89fcdcd5b4d9bc4cf813..9ea3a1667bfdb28d23b48fb23f4bf7867ff124b0 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: sql-create.lisp,v 1.9 2003/05/06 02:14:59 kevin Exp $
+;;;; $Id: sql-create.lisp,v 1.10 2003/05/06 02:19:46 kevin Exp $
 ;;;;
 ;;;; This file, part of UMLisp, is
 ;;;;    Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D.
@@ -211,8 +211,8 @@ This is much faster that using create-umls-db-insert."
 
 (defun make-noneng-index-file (extension)
   "Make non-english index file"
-  (translate-file (find-umls-file "MRXW.NONENG" extension
-                                  (noneng-lang-index-files))))
+  (translate-file (find-umls-file "MRXW.NONENG") extension
+                 (noneng-lang-index-files)))
 
 (defun pg-copy-cmd (file extension)
   "Return postgresql copy statement for a file"