X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b14e3e21ec6702d27257a1400681fc36ee10282f..ed571ccb1d14abc788a29c3b3bbf08aa4b951ab8:/lisp/macros.el 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)