From 62f32abe91d61e8ce623b90555f0f929d159336a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20R=20Sede=C3=B1o?= Date: Mon, 27 May 2013 18:13:10 -0400 Subject: [PATCH] define-proto: Fix a bug in the brach I just merged --- define-proto.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/define-proto.lisp b/define-proto.lisp index edb4d96..9183af8 100644 --- a/define-proto.lisp +++ b/define-proto.lisp @@ -454,7 +454,7 @@ (appendf (proto-messages extends) (list model)) (when extra-slot (collect-form (gen-extend-field-forms extra-slot))) - (process-extend-field field))) + (process-extend-field extra-field))) (otherwise (multiple-value-bind (field slot idx) (process-field field index :conc-name conc-name :alias-for alias-for) -- 2.45.2