1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Fix evaluation time of a macro arument.

This commit is contained in:
Eric S. Raymond 2007-10-11 16:37:42 +00:00
parent 3d5aef7694
commit 0438c6910a

View 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))))