summaryrefslogtreecommitdiff
path: root/admin/gitmerge.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2022-12-28 13:25:49 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2022-12-29 11:03:03 +0100
commita6db8464e150c49724c71c5969b97f205ee2dec5 (patch)
tree3820e077c06416fee99f609508c2284353994343 /admin/gitmerge.el
parent1a88a28ace24c8b4fb1e4780948b50dd37ada539 (diff)
downloademacs-a6db8464e150c49724c71c5969b97f205ee2dec5.tar.gz
; Fix byte-compilation warnings in admin/*.el
Diffstat (limited to 'admin/gitmerge.el')
-rw-r--r--admin/gitmerge.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/gitmerge.el b/admin/gitmerge.el
index ddd3e184424..1ff8137e154 100644
--- a/admin/gitmerge.el
+++ b/admin/gitmerge.el
@@ -293,7 +293,7 @@ should not be skipped."
"Try to resolve conflicts in FILE with smerge.
Returns non-nil if conflicts remain."
(unless (file-exists-p file) (error "Gitmerge-resolve: Can't find %s" file))
- (with-demoted-errors
+ (with-demoted-errors "Error: %S"
(let ((exists (find-buffer-visiting file)))
(with-current-buffer (let ((enable-local-variables :safe)
(enable-local-eval nil))