Mercurial > hg
changeset 3010:06696f9c30c0
mq.el: Add comment to mq-edit-finish.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 22 Aug 2006 17:01:24 -0700 |
parents | e2bad806ccc3 |
children | 6e49bb42620b |
files | contrib/mq.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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!"))