changeset 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 0dae4033d140
children de920bbb6866
files lisp/vc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))))