Skip to content

Commit dde0c0e

Browse files
committed
Inhibit backups properly
1 parent edfe7f2 commit dde0c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-util.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Any other value is just returned."
542542
(let (;; Don't create any temporary files.
543543
(remote-file-name-inhibit-locks t)
544544
(remote-file-name-inhibit-auto-save-visited t)
545-
(backup-inhibited t)
545+
(make-backup-files nil)
546546
(auto-save-default nil)
547547
;; Disable version-control check
548548
(vc-handled-backends nil))

0 commit comments

Comments
 (0)