mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
* 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…
Reference in a new issue