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

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

bug#44731: [PATCH] Make XEmacs compat aliases easy-menu-{add, remove} ob


From: Stefan Kangas
Subject: bug#44731: [PATCH] Make XEmacs compat aliases easy-menu-{add, remove} obsolete
Date: Wed, 18 Nov 2020 16:40:27 -0800

Severity: wishlist

The `easy-menu-remove' and `easy-menu-add' are XEmacs compatibility
aliases.  I think they do not make sense these days, and it is better
for code that wants to use them to wrap the call in something like
`(when (featurep 'xemacs) ...)'.

The attached patch makes them obsolete and fixes all callers.  It takes
care to not remove XEmacs compatibility from any modules where it was
not already removed, so I hope this will be uncontroversial.

Attachment: 0001-Make-XEmacs-compat-aliases-easy-menu-add-remove-obso.patch
Description: Text Data


reply via email to

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