John Foerch writes: > Hello, > > I was getting the following error on emacs startup: > > Symbol’s function definition is void: speedbar-add-supported-extension [...] > However, I noticed that 'eval-after-load can take either a filename or a > feature symbol as its argument. If the string "speedbar" were changed > to the symbol 'speedbar, the eval form would be triggered by speedbar's > 'provide form, not only loading a file that happened to be called > "speedbar.el"
Thanks for the report and suggested fix. I've switched this spot and others over to using a symbol (51c4cc1a8).