Commit f136396b authored by Dima Kogan's avatar Dima Kogan
Browse files

Emacs interface no longer displays backend output as it comes in

The emacs interface creates and populates a *commit-patch* buffer. This is meant
to stay in the background unless something goes wrong. Due to a bug in Emacs
(http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17815) this buffer was getting
displayed if using commit-patch with TRAMP, even when no error has occured.

This patch asks emacs to not update this buffer with the data as it comes in.
This is fine here, and fixes the issue.
parent cc3efccf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment