]> git.eshelyaron.com Git - emacs.git/commit
Run custom-magic-reset in the customize buffer
authorRobert Pluim <rpluim@gmail.com>
Tue, 21 Jul 2020 14:37:59 +0000 (16:37 +0200)
committerRobert Pluim <rpluim@gmail.com>
Tue, 21 Jul 2020 14:37:59 +0000 (16:37 +0200)
commit4db3235fd8a99f20de414372524948982b23d1fc
tree797cf5a27edf77b06c35571017633e1131b66b7b
parent3c9c3f04dec596da22aadefaafa4e6ff3687aa4d
Run custom-magic-reset in the customize buffer

If the user has navigated away from the customize buffer, then
clicking on a widget in the customize buffer applies changes in the
selected buffer rather than in the customize buffer.  Pass the
customize buffer to 'custom-magic-reset' to avoid this.

* lisp/cus-edit.el (custom-magic-reset): Add optional buffer argument,
apply changes in that buffer.
(custom-notify): Pass the buffer containing the widget to
'custom-magic-reset'.  (Bug#40788)
lisp/cus-edit.el