diff lisp/vc.el @ 85172:9a5e220ae278

Fix evaluation time of a macro arument.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 11 Oct 2007 16:37:42 +0000
parents a264636b5c98
children 7d4d92ce0b88
line wrap: on
line diff
--- a/lisp/vc.el	Thu Oct 11 16:10:26 2007 +0000
+++ b/lisp/vc.el	Thu Oct 11 16:37:42 2007 +0000
@@ -862,7 +862,7 @@
        (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))))