Fix evaluation time of a macro arument.
authorEric S. Raymond <esr@snark.thyrsus.com>
Thu, 11 Oct 2007 16:37:42 +0000 (16:37 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Thu, 11 Oct 2007 16:37:42 +0000 (16:37 +0000)
lisp/vc.el

index cf3175c..a72921d 100644 (file)
@@ -862,7 +862,7 @@ been updated to their corresponding values."
        (mapc (lambda (setting)
               (let ((property (car setting)))
                 (unless (memq property vc-touched-properties)
-                  (put (intern ,file vc-file-prop-obarray)
+                  (put (intern file vc-file-prop-obarray)
                        property (cdr setting)))))
             ,settings))))