emacs-devel
[Top][All Lists]
Advanced

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

Re: Patches for Emacs 25.2


From: Michael Albinus
Subject: Re: Patches for Emacs 25.2
Date: Mon, 02 Jan 2017 20:54:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Nikolay Kudryavtsev <address@hidden> writes:

> Hello, Michael.

Hi Nikolay,

> -             (nconc (if msg-file (list "commit" "-F" msg-file)
> +             (nconc (if msg-file (list "commit" "-F"
> +                                       (or (file-remote-p msg-file 
> 'localname)
> +                                           msg-file))

What's wrong with

(nconc (if msg-file (list "commit" "-F" (file-local-name msg-file))

> Best Regards,
> Nikolay Kudryavtsev

Best regards, Michael.



reply via email to

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