]> git.eshelyaron.com Git - emacs.git/commit
; * lisp/which-key.el (which-key-dont-use-unicode): Add :initialize
authorPhilip Kaludercic <philipk@posteo.net>
Mon, 24 Jun 2024 20:15:25 +0000 (22:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Jun 2024 13:34:06 +0000 (15:34 +0200)
commitdc89e407333671c2680d4a219fb44659c9cad3b8
tree0292d6d4f560a82af9b0b103d4ee44e0d8a92228
parent2b7c83876099fbec3a8eed970105bfb382b9f092
; * lisp/which-key.el (which-key-dont-use-unicode): Add :initialize

This fixes the change from 768e92b9, which accidentally would call
'custom-reevaluate-setting' on user options before they were registered,
initialising their default value to nil.  When the 'defcustom'
expressions were evaluated later on, they were not properly initialised
as their variables were already bound to some value (nil).

https://lists.gnu.org/archive/html/emacs-devel/2024-06/msg00825.html
(cherry picked from commit 6ad6507532bc653c13531112e9a5467e4370929a)
lisp/which-key.el