From 66fc3d1582c0c6e19ad2a7e6f1449b287672afcc Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Thu, 27 Oct 1994 02:40:35 +0000
Subject: [PATCH] Nother missing comma.

---
 motif/lisp/prototypes.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/motif/lisp/prototypes.lisp b/motif/lisp/prototypes.lisp
index d90e5342a..d5d26d5cd 100644
--- a/motif/lisp/prototypes.lisp
+++ b/motif/lisp/prototypes.lisp
@@ -93,7 +93,7 @@
 	(code (fill-pointer *request-table*)))
     `(progn
        (eval-when (compile load eval)
-	 (vector-push-extend string-name *request-table*)
+	 (vector-push-extend ,string-name *request-table*)
 	 (defun ,symbol-name ()
 	   (let* ((message (prepare-request ,code ,options 0))
 		  (reply (send-request-to-server message ,options)))
-- 
GitLab