]> code.delx.au - gnu-emacs-elpa/commitdiff
tiny.el (tiny-extract-sexps): add missing let binding
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 24 Dec 2013 12:33:23 +0000 (13:33 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 24 Dec 2013 12:33:23 +0000 (13:33 +0100)
tiny.el

diff --git a/tiny.el b/tiny.el
index f9f1067fac04ae27600b4538b7152cc23eda2eb1..0325c827de63d8bdfd6f094e9a05a3ef4b7549a1 100644 (file)
--- a/tiny.el
+++ b/tiny.el
@@ -213,7 +213,7 @@ Each element of FORMS corresponds to a `format'-style % form in STR.
   * %(sexp) is replaced with %s in STR, and put in FORMS
   * the rest of forms are untouched in STR, and put as nil in FORMS"
   (let ((start 0)
-        forms beg)
+        forms beg fexp)
     (condition-case nil
         (while (setq beg (string-match "%" str start))
           (setq start (1+ beg))