diff options
| author | Koen van Greevenbroek | 2022-08-10 10:59:44 +0200 |
|---|---|---|
| committer | realcomplex | 2022-08-10 11:47:07 +0200 |
| commit | 85c1287c260bcf18b54c388a64da20188ab13eec (patch) | |
| tree | 8bf2315df34aeaa1ffc7627e22f83efb810729ea /java/debug.sh | |
| parent | 3dd5bee4aacf048c28c8d4cdb6b2a27ff5c4b79b (diff) | |
| download | emacs-85c1287c260bcf18b54c388a64da20188ab13eec.tar.gz emacs-85c1287c260bcf18b54c388a64da20188ab13eec.zip | |
Make sure that bind-key's `override-global-mode` is initially on
In 4004dde the arguments to `define-minor-mode` were changed
erroneously. Whereas the `override-global-mode` was initially defined
as `(define-minor-mode override-global-mode "..." t "")`, the two
latter arguments where changed to `:global t :lighter ""`. However,
the two original arguments corresponded to the keywords `:init-value`
and `:lighter`, respectively.
With `:init-value t` now missing, the minor mode isn't enabled by
default, and `bind-key*` appears not to work.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'java/debug.sh')
0 files changed, 0 insertions, 0 deletions