branch: externals/bufferlo
commit 7cbff687d794e454f2bf157e4eeb62a7c21f604e
Author: Florian Rommel <m...@florommel.de>
Commit: Florian Rommel <m...@florommel.de>

    Fix message
---
 bufferlo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bufferlo.el b/bufferlo.el
index 08ec7d8612..9655bacf48 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -2276,7 +2276,7 @@ this bookmark is embedded in a frame bookmark."
                                               record)
                                      (run-hooks 'bookmark-after-jump-hook))
                             (error
-                             (message "Bufferlo tab: Could not restore %s 
(error %s)"
+                             (message "Bufferlo bookmark: Could not restore %s 
(error %s)"
                                       orig-name err)))
                           (unless (eq (current-buffer) dummy)
                             (unless (string-equal orig-name (buffer-name))

Reply via email to