[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#57512: 29.0.50; outline-minor-mode-map outline-minor-mode-cycle-map
From: |
miha |
Subject: |
bug#57512: 29.0.50; outline-minor-mode-map outline-minor-mode-cycle-map are eq |
Date: |
Thu, 01 Sep 2022 08:49:02 +0200 |
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Wed, 31 Aug 2022 23:07:30 +0200
>> From: miha--- via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>> (progn
>> (require 'outline)
>> (eq outline-minor-mode-map outline-minor-mode-cycle-map))
>>
>> -> t
>
> Why is that a problem? You only loaded the code, you didn't enable
> any of the modes in outline.el.
Indeed this isn't such a big problem, just a bit confusing, as the
variables have slightly different doc-strings.
Perhaps we should make the equivalence more explicit by declaring
'outline-minor-mode-cycle-map' as a possibly obsolete variable alias to
'outline-minor-mode-map'.