aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2016-03-04 13:34:51 -0500
committerGlenn Morris2016-03-04 13:34:51 -0500
commit0cfdf1e83df2e73a80d7a4909b68fb1aa907c509 (patch)
treef7a4c136386c210f0fb44530dfd934f25c4f4f49
parent9f9b4fa783ef94d41c7c5410efc15e9b26865577 (diff)
downloademacs-0cfdf1e83df2e73a80d7a4909b68fb1aa907c509.tar.gz
emacs-0cfdf1e83df2e73a80d7a4909b68fb1aa907c509.zip
* lisp/subr.el (read-multiple-choice): Avoid free variable.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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:
2296 altered-name)) 2296 altered-name))
2297 (append choices '((?? "?"))) 2297 (append choices '((?? "?")))
2298 ", "))) 2298 ", ")))
2299 tchar buf wrong-char) 2299 tchar buf wrong-char answer)
2300 (save-window-excursion 2300 (save-window-excursion
2301 (save-excursion 2301 (save-excursion
2302 (while (not tchar) 2302 (while (not tchar)