emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r115265: * lisp/vc/vc-dispatcher.el (vc-log-edit): Setup the S


From: Leo Liu
Subject: Re: trunk r115265: * lisp/vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
Date: Tue, 03 Dec 2013 08:56:43 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9)

On 2013-12-03 07:02 +0800, Dmitry Gutov wrote:
> +(defun log-edit-kill-buffer-prompt ()
> +  (unless (ring-member log-edit-comment-ring (buffer-string))
> +    (or (yes-or-no-p "Discard the comment?")
> +        (user-error "Aborted"))))
> +

It starts to look like over-thinking.

Leo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]