We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f2e8a commit 1a370a4Copy full SHA for 1a370a4
rust-rustfmt.el
@@ -67,7 +67,7 @@
67
(with-current-buffer buf
68
(replace-buffer-contents rust-rustfmt-buffername))
69
(copy-to-buffer buf (point-min) (point-max))))
70
- (kill-buffer))
+ (kill-buffer-and-window))
71
((= ret 3)
72
(if (not (string= (buffer-string)
73
(with-current-buffer buf (buffer-string))))
0 commit comments