Drew Adams writes: > bookmark.el uses `define-error' without passing a string for argument > MESSAGE. > > Emacs Dev had decided that this is incorrect usage, and thus that > `define-error' does not provide the same functionality as you get by > using property `error-conditions' directly. The attached patch should fix this. Thanks, Stefan Kangas