emacs-devel
[Top][All Lists]
Advanced

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

Re: master 197fbfc: * lisp/subr.el (setq-default): Define as a macro


From: Johan Bockgård
Subject: Re: master 197fbfc: * lisp/subr.el (setq-default): Define as a macro
Date: Sat, 06 Apr 2019 15:34:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

address@hidden (Stefan Monnier) writes:

> +More generally, you can use multiple variables and values, as in
> +  (setq-default VAR VALUE VAR VALUE...)
> +This sets each VAR's default value to the corresponding VALUE.
> +The VALUE for the Nth VAR can refer to the new default values
> +of previous VARs.
> +
> +\(setq-default [VAR VALUE]...)"

I think you mean

\(fn [VAR VALUE]...)



reply via email to

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