emacs-devel
[Top][All Lists]
Advanced

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

Re: master 43fded1: Add lisp-data-mode for editing non-code Lisp data


From: João Távora
Subject: Re: master 43fded1: Add lisp-data-mode for editing non-code Lisp data
Date: Fri, 1 May 2020 19:40:14 +0100

On Fri, May 1, 2020, 18:52 Michael Albinus <address@hidden> wrote:
João Távora <address@hidden> writes:

Hi João,

> diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
> index 09e30f0..6d87ce2 100644
> --- a/lisp/net/tramp-cache.el
> +++ b/lisp/net/tramp-cache.el
> @@ -472,7 +472,7 @@ used to cache connection properties of the local machine."
>       ;; Dump it.
>       (with-temp-file tramp-persistency-file-name
>         (insert
> -        ";; -*- emacs-lisp -*-"
> +        ";; -*- lisp-data -*-"
>          ;; `time-stamp-string' might not exist in all Emacs flavors.
>          (condition-case nil
>              (progn

That's a problem. Tramp must be backward compatible with Emacs 25 and
later, which doesn't know of lisp-data-mode. Could you, pls, revert this
part of your commit?

No problem.  Will do so asap.

João

reply via email to

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