From: Glenn Morris Date: Fri, 4 Mar 2016 18:34:51 +0000 (-0500) Subject: * lisp/subr.el (read-multiple-choice): Avoid free variable. X-Git-Tag: emacs-26.0.90~2369 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0cfdf1e83df2e73a80d7a4909b68fb1aa907c509;p=emacs.git * lisp/subr.el (read-multiple-choice): Avoid free variable. --- 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)