]> code.delx.au - gnu-emacs/blobdiff - lisp/macros.el
Fix race conditions with MS-Windows lock files by using _sopen.
[gnu-emacs] / lisp / macros.el
index b4f38b7db845e8a78955ca49d3b2914b38ea5b17..b6db9bdcdef94f7c0a831ce33a287e18e709229a 100644 (file)
@@ -1,7 +1,7 @@
 ;;; macros.el --- non-primitive commands for keyboard macros
 
-;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2011
-;;   Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1992, 1994-1995, 2001-2013 Free Software
+;; Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: abbrev
@@ -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)