From cdd8cb3a9e18f87da31e52236fd2c4ebfcd676bd Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 12 Jun 2019 18:42:46 +0200 Subject: [PATCH] Add MESSAGE string to bookmark-errors (bug#23408) * lisp/bookmark.el (bookmark-errors): Add MESSAGE parameter string. --- lisp/bookmark.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 50c7bdf8ca2..49abc9e6550 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -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) -- 2.39.2