emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cdd8cb3 3/3: Add MESSAGE string to bookmark-errors


From: Noam Postavsky
Subject: [Emacs-diffs] master cdd8cb3 3/3: Add MESSAGE string to bookmark-errors (bug#23408)
Date: Sat, 15 Jun 2019 17:25:54 -0400 (EDT)

branch: master
commit cdd8cb3a9e18f87da31e52236fd2c4ebfcd676bd
Author: Stefan Kangas <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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 50c7bdf..49abc9e 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]