aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bookmark.el3
1 files changed, 2 insertions, 1 deletions
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."
1163 (setq bookmark-current-bookmark bookmark-name-or-record)) 1163 (setq bookmark-current-bookmark bookmark-name-or-record))
1164 nil) 1164 nil)
1165 1165
1166(define-error 'bookmark-errors nil) 1166(define-error 'bookmark-errors
1167 "Bookmark error")
1167(define-error 'bookmark-error-no-filename 1168(define-error 'bookmark-error-no-filename
1168 "Bookmark has no associated file (or directory)" 'bookmark-errors) 1169 "Bookmark has no associated file (or directory)" 'bookmark-errors)
1169 1170