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: Stefan Monnier
Subject: Re: master 197fbfc: * lisp/subr.el (setq-default): Define as a macro
Date: Sat, 06 Apr 2019 18:46:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> +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]...)

Indeed, I do, thanks.


        Stefan



reply via email to

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