found 25382 23.2 tags 25382 notabug quit Andreas Röhler writes: > GNU Emacs 25.1.91.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of 2017-01-02 > > At python-mode.el `easy-menu-add' is used, which stopped > working. Having a look at the source, looks like an empty body is > provided. `easy-menu-add's body has been empty since at least 23.2, it was made empty by [1: 59c7bf4]. As far as I can tell, it only exists to be more compatible with XEmacs, so this is not a bug. 1: 2008-08-14 17:42:21 +0000 59c7bf4d7bf927e65c6cd40cf36e2e6bcbabfa78 (easy-menu-add): Don't precompute keybindings since those precomputed values aren't used any more. I propose the following patch for emacs-25 to clarify that: