From 0cfdf1e83df2e73a80d7a4909b68fb1aa907c509 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 4 Mar 2016 13:34:51 -0500 Subject: [PATCH] * lisp/subr.el (read-multiple-choice): Avoid free variable. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 7b0850f463f..fb1e0291a7a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2296,7 +2296,7 @@ Usage example: altered-name)) (append choices '((?? "?"))) ", "))) - tchar buf wrong-char) + tchar buf wrong-char answer) (save-window-excursion (save-excursion (while (not tchar) -- 2.39.5