Glenn Morris schrieb am Mi., 14. Juni 2017 um 01:01 Uhr: > Package: emacs > Version: 26.0.50 > Severity: minor > > The --help output mentions --module-assertions even in without-modules > builds, which is a bit confusing. (Maybe other --options behave like > this too, I don't know.) > > At revision 510a674: > > ./configure > make > ./src/emacs --help > -> --module-assertions assert behavior of dynamic modules > ./src/emacs --module-assertions > -> Unknown option '--module-assertions' > > > Fixed with commit a2f7cc3499.