]> git.eshelyaron.com Git - emacs.git/commitdiff
Add MESSAGE string to bookmark-errors (bug#23408)
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Jun 2019 16:42:46 +0000 (18:42 +0200)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 15 Jun 2019 21:08:58 +0000 (17:08 -0400)
* lisp/bookmark.el (bookmark-errors): Add MESSAGE parameter string.

lisp/bookmark.el

index 50c7bdf8ca268784f2a5ce69a22af1b31b3170e1..49abc9e6550f6450f9e2a8dc916e1d55cc78047f 100644 (file)
@@ -1163,7 +1163,8 @@ then offer interactively to relocate BOOKMARK-NAME-OR-RECORD."
     (setq bookmark-current-bookmark bookmark-name-or-record))
   nil)
 
-(define-error 'bookmark-errors nil)
+(define-error 'bookmark-errors
+  "Bookmark error")
 (define-error 'bookmark-error-no-filename
   "Bookmark has no associated file (or directory)" 'bookmark-errors)