bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#54399: 27.2; Problems with (let ((custom-variable ...)) (autoload-fu


From: Lars Ingebrigtsen
Subject: bug#54399: 27.2; Problems with (let ((custom-variable ...)) (autoload-function ...))
Date: Sat, 11 Jun 2022 12:51:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

dick <dick.r.chiang@gmail.com> writes:

> This may fall under "If it hurts, don't do it?", but things like:
>
> (let (parens-require-spaces defun-prompt-regexp)
>   (require 'cl)
>   (custom-set-variables
>    '(parens-require-spaces t)
>    '(defun-prompt-regexp (cl-assert parens-require-spaces))))
>
> used to work before commit 071722e.

Hm, yes.  That should be fixed, I think.  Should we call both
set-default-toplevel-value and set-default here?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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