"Andrew W. Nosenko" <awn(a)bcs.zp.ua> a écrit:
Michael Totschnig wrote:
: Please also include any C or lisp back-traces that you may have.
: ================================================================
: Dear Bug Team!
:
: i upgraded from 21.1 to 21.4, and I think there is a small bug with
: recent-files. recent-files-menu-path has the value ("File"). On
: 21.1. I had the menu entry correctly added as a submenu on the File
: menu. Now the same menu is added twice, once as a sumbenu on the File
: menu, and another time as a top level menu.
:
This happened because init.el is loaded and executed before
custom.el.
Move code that loads recent-files from your init.el to the
end of custom.el.
thank you, that works. maybe this information could be included into
the documentation of recent-files.
Regards,
Michael