--- Begin Message ---
Subject: |
[PATCH] whitespace: Use `define-globalized-minor-mode' for global mode |
Date: |
Mon, 26 Dec 2022 01:32:20 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 |
Attached patch:
whitespace: Use `define-globalized-minor-mode' for global mode
* lisp/whitespace.el (global-whitespace-mode): Fix interoperability
between `whitespace-mode' and `global-whitespace-mode' by using
`define-globalized-minor-mode'.
* test/lisp/whitespace-tests.el (whitespace-tests--global): Add a
regression test.
It would be nice to install this on emacs-29, but I'm OK with this going
on master.
0001-whitespace-Use-define-globalized-minor-mode-for-glob.patch
Description: Text Data
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#60334: [PATCH] whitespace: Use `define-globalized-minor-mode' for global mode |
Date: |
Sat, 31 Dec 2022 10:49:55 +0200 |
> Date: Sat, 31 Dec 2022 03:29:43 -0500
> Cc: 60334@debbugs.gnu.org
> From: Richard Hansen <rhansen@rhansen.org>
>
> On 12/31/22 03:20, Eli Zaretskii wrote:
> > I tried to install this on master (it's too late for such changes on
> > the emacs-29 branch), but the patch failed to apply. Could you please
> > rebase this on master and resubmit?
>
> See attached.
Thanks, installed on master, and closing the bug.
--- End Message ---