You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/quilt-el/files/quilt-el-0.45.4-header-wind...

11 lines
297 B

--- 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))