bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51446: [PATCH] image-dired: Unreverse accidentally reversed menus


From: Stefan Kangas
Subject: bug#51446: [PATCH] image-dired: Unreverse accidentally reversed menus
Date: Thu, 28 Oct 2021 00:27:18 -0700

Eli Zaretskii <eliz@gnu.org> writes:

> I don't understand: I seem to see the same order of the menu items in
> Emacs 27 and on the current release branch, so what am I missing?

The regression was introduced in Emacs 26.1, in these commits:

    $ git tag --contain=bed0373855ea | head -3
    emacs-26.0.90
    emacs-26.0.91
    emacs-26.1
    $ git tag --contain=b905454680c7 | head -3
    emacs-26.0.90
    emacs-26.0.91
    emacs-26.1

It's the easy-to-make mistake of converting to easy-menu-define without
realizing that the order is not reversed there.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]