emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0cfdf1e 1/2: * lisp/subr.el (read-multiple-choice):


From: Glenn Morris
Subject: [Emacs-diffs] master 0cfdf1e 1/2: * lisp/subr.el (read-multiple-choice): Avoid free variable.
Date: Fri, 04 Mar 2016 18:36:32 +0000

branch: master
commit 0cfdf1e83df2e73a80d7a4909b68fb1aa907c509
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/subr.el (read-multiple-choice): Avoid free variable.
---
 lisp/subr.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 7b0850f..fb1e029 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]