Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions standardfmt.el
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
tmpfile))
(message "Buffer is already semistandard")
(standardfmt--apply-rcs-patch patchbuf)
(message "Applied semistandard"))))
(message "Applied semistandard")))

(kill-buffer patchbuf)
(delete-file tmpfile)))
(kill-buffer patchbuf)
(delete-file tmpfile))))

(defun standardfmt--apply-rcs-patch (patch-buffer)
"Apply an RCS-formatted diff from PATCH-BUFFER to the current buffer."
Expand Down