]> code.delx.au - gnu-emacs/commitdiff
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 cf3175c05a58d772cd3a3b39b3de7dfe9c7875b9..a72921d0e3d9fbebb989410026e4f354aff81711 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))))