gentoo-full-overlay/app-emacs/quilt-el/files/quilt-el-0.45.4-header-window.patch

12 lines
No EOL
389 B
Diff

Index: quilt-el/quilt.el
===================================================================
--- quilt-el.orig/quilt.el
+++ quilt-el/quilt.el
@@ -399,6 +399,7 @@
(cd quilt-header-directory)
(shell-command (concat "EDITOR=cat quilt -r header <" tmp))
(kill-buffer (current-buffer))
+ (delete-window)
(delete-file tmp)))
(defvar quilt-header-mode-map (make-keymap))