author | Bryan O'Sullivan <bos@serpentine.com> |
Tue, 22 Aug 2006 17:01:24 -0700 | |
changeset 3010 | 06696f9c30c0 |
parent 3009 | e2bad806ccc3 |
child 3011 | 6e49bb42620b |
contrib/mq.el | file | annotate | diff | comparison | revisions |
--- a/contrib/mq.el Tue Aug 22 16:59:22 2006 -0700 +++ b/contrib/mq.el Tue Aug 22 17:01:24 2006 -0700 @@ -216,6 +216,7 @@ (mq-patch-info "qprev" "Previous")) (defun mq-edit-finish () + "Finish editing the description of this patch, and refresh the patch." (interactive) (unless (equal (mq-patch-info "qtop") mq-top) (error "Topmost patch has changed!"))