File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,10 +136,10 @@ Show black output, if black exit abnormally and DISPLAY is t."
136
136
(error " Black failed, see %s buffer for details " (buffer-name errbuf))
137
137
(unless (eq (compare-buffer-substrings tmpbuf nil nil original-buffer nil nil ) 0 )
138
138
(with-current-buffer tmpbuf
139
- (copy-to-buffer original-buffer (point-min ) (point-max ))))
140
- ( mapc 'kill-buffer ( list tmpbuf errbuf) )
141
- ( goto-char original-point )
142
- (set-window-start ( selected-window ) original-window-pos ))
139
+ (copy-to-buffer original-buffer (point-min ) (point-max )))
140
+ ( goto-char original-point )
141
+ ( set-window-start ( selected-window ) original-window-pos) )
142
+ (mapc 'kill-buffer ( list tmpbuf errbuf) ))
143
143
(error (message " %s " (error-message-string err))
144
144
(when display
145
145
(pop-to-buffer errbuf))))))
You can’t perform that action at this time.
0 commit comments