X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/84eb0351d8be4811897c8cf62a69757ff5d14001..265c2fbf11cb8bf9b805df63ecb9508631f08e35:/lisp/macros.el?ds=sidebyside diff --git a/lisp/macros.el b/lisp/macros.el index b4f38b7db8..2f48aaa982 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -1,6 +1,6 @@ ;;; macros.el --- non-primitive commands for keyboard macros -;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2011 +;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2012 ;; Free Software Foundation, Inc. ;; Maintainer: FSF @@ -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)