emacs-devel
[Top][All Lists]
Advanced

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

Re: master 92da003: Require that the buffer that we're trying to patch e


From: Lars Magne Ingebrigtsen
Subject: Re: master 92da003: Require that the buffer that we're trying to patch exist
Date: Sun, 20 Mar 2016 12:07:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Michael Albinus <address@hidden> writes:

>> -       (if arg (prefix-numeric-value arg)) patch-buf))
>> +       (if arg (prefix-numeric-value arg))
>> +           (get-buffer patch-buf)))
>
> This has broken [Tools] -> [Apply Patch] -> [To a File]
>
> Could you, pls check?

How very odd.  Looking at the two commit messages, I must have done
something wrong.  The one from five minutes earlier looks like the
correct one...  I wonder where the second patch came from...

commit 92da003692b894e6dc514e3a56a1861849dcad8c
Author: Lars Ingebrigtsen <address@hidden>
Date:   Tue Feb 23 16:09:06 2016 +1100

    Require that the buffer that we're trying to patch exist
    
    * lisp/vc/ediff.el (ediff-patch-buffer): Require that the
    buffer that we're trying to patch exist (bug#21852).

commit 0d21540646b7272b069aa6909d41978171c9e06c
Author: Tino Calancha <address@hidden>
Date:   Tue Feb 23 16:04:06 2016 +1100

    Require that the buffer that we're trying to patch exist
    
    * lisp/vc/ediff.el (ediff-patch-buffer): Require that the
    buffer that we're trying to patch exist (bug#21852).
    
-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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