]> code.delx.au - gnu-emacs/blobdiff - lisp/macros.el
(sendmail-query-once): Add an autoload cookie.
[gnu-emacs] / lisp / macros.el
index b4f38b7db845e8a78955ca49d3b2914b38ea5b17..554f89a8a60a6d9467677989c1ee1279c33f88dd 100644 (file)
@@ -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)