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:
parent
3d5aef7694
commit
0438c6910a
1 changed files with 1 additions and 1 deletions
|
|
@ -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))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue