From 06b605171f1c9d8b42bd3326a243b8b03d2e4e58 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 19 Apr 2011 15:44:55 +0200 Subject: lisp/*.el: Lexical-binding cleanup. --- lisp/macros.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/macros.el') diff --git a/lisp/macros.el b/lisp/macros.el index b4f38b7db84..554f89a8a60 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -127,7 +127,7 @@ use this command, and then save the file." (delete-region (point) (1+ (point))) (insert "\\M-\\C-?")))))) (if (vectorp definition) - (let ((len (length definition)) (i 0) char mods) + (let ((len (length definition)) (i 0) char) (while (< i len) (insert (if (zerop i) ?\[ ?\s)) (setq char (aref definition i) -- cgit v1.2.3