aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a2f3f7..64d187c 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,8 @@ autoloads: $(AUTOLOADS_FILE)
$(AUTOLOADS_FILE): $(main_el)
@$(EMACS) --eval \
- "(update-file-autoloads \"$(CURDIR)/$<\" nil \"$(CURDIR)/$@\")"
+ "(let (make-backup-files) \
+ (update-file-autoloads \"$(CURDIR)/$<\" t \"$(CURDIR)/$@\"))"
.PHONY: clean
clean: