X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8f1d2ef658f95549eb33fe5265f8f11c5129bece..d3d42ed750552826134ec6bdda429ec9f7bbf2cc:/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)