GNU bug report logs -
#54399
27.2; Problems with (let ((custom-variable ...)) (autoload-function ...))
Previous Next
Reported by: Ignacio Casso <ignaciocasso <at> hotmail.com>
Date: Tue, 15 Mar 2022 15:53:02 UTC
Severity: normal
Tags: moreinfo
Found in version 27.2
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Ignacio Casso <ignaciocasso <at> hotmail.com>
> Cc: larsi <at> gnus.org, michael_heerdegen <at> web.de, 54399 <at> debbugs.gnu.org,
> monnier <at> iro.umontreal.ca
> Date: Thu, 12 May 2022 10:14:13 +0200
>
> > This doesn't just change documentation, it also changes some code.
>
> Do you say it because of the commit message?
No, because of this:
> - (let* ((get (or (get symbol 'custom-get) #'default-value))
> + (let* ((get (or (get symbol 'custom-get) #'default-toplevel-value))
and this:
> @@ -114,7 +114,7 @@ custom-initialize-changed
> symbol
> (eval (car (get symbol 'saved-value)))))
> (t
> - (set-default symbol (eval exp)))))))
> + (set-default-toplevel-value symbol (eval exp)))))))
and several similar changes.
> I was waiting until you agreed on the patch to write a proper one
> following the guidelines.
>
> Or if you want a patch with only documentation changes, I can
> update it, but the changes are just using the toplevel versions in a
> few places that were missing.
My point is that you seemed to be sating that you suggest a
documentation change, but the changeset actually changes some code.
So I'm not sure anymore what is this changeset about. Perhaps I
forgot what we were discussing at the beginning, since that was quite
some time ago. Can you remind?
This bug report was last modified 2 years and 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.