Show More
@@ -216,6 +216,7 b' This would become the active patch if po' | |||||
216 | (mq-patch-info "qprev" "Previous")) |
|
216 | (mq-patch-info "qprev" "Previous")) | |
217 |
|
217 | |||
218 | (defun mq-edit-finish () |
|
218 | (defun mq-edit-finish () | |
|
219 | "Finish editing the description of this patch, and refresh the patch." | |||
219 | (interactive) |
|
220 | (interactive) | |
220 | (unless (equal (mq-patch-info "qtop") mq-top) |
|
221 | (unless (equal (mq-patch-info "qtop") mq-top) | |
221 | (error "Topmost patch has changed!")) |
|
222 | (error "Topmost patch has changed!")) |
General Comments 0
You need to be logged in to leave comments.
Login now