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: Michael Albinus
Subject: Re: master 92da003: Require that the buffer that we're trying to patch exist
Date: Tue, 15 Mar 2016 14:06:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Lars Ingebrigtsen <address@hidden> writes:

Hi Lars,

> -        (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?

Thanks, and best regards, Michael.



reply via email to

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