[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 1870e2f48a7: Avoid `defconst` for vars which we modify
From: |
Michael Albinus |
Subject: |
Re: master 1870e2f48a7: Avoid `defconst` for vars which we modify |
Date: |
Sat, 06 Jan 2024 13:55:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Stefan Monnier via Mailing list for Emacs changes <emacs-diffs@gnu.org>
writes:
Hi Stefan,
> diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
> index 2f6b526039f..ad36dd53a32 100644
> --- a/lisp/net/tramp.el
> +++ b/lisp/net/tramp.el
> -(fn (SECONDS TIMEOUT-FORMS...) BODY)"
> +\(fn (SECONDS TIMEOUT-FORMS...) BODY)"
> (declare (indent 1) (debug ((form body) body)))
> (let ((seconds (car list))
> (timeout-forms (cdr list)))
I'm not sure, but I vaguely remember that this kind of quoting wasn't
needed anymore since Emacs 27.1. Am I wrong?
Best regards, Michael.
- Re: master 1870e2f48a7: Avoid `defconst` for vars which we modify,
Michael Albinus <=