bug#81396: 30.2; setopt is silently ignored by defcustom with custom-initialize-changed
Lin Jian via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Stefan Monnier <[email protected]> writes: > Agreed. The `condition-case` should cover the getter but not the setter. > I suggest the patch below. Can you confirm that it fixes your use case? I can confirm that this patch fixes my use case. Thanks!