* lisp/subr.el (read-multiple-choice): Avoid free variable.
This commit is contained in:
parent
9f9b4fa783
commit
0cfdf1e83d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue