branch: externals/bufferlo
commit 4e8ff83370364ec862671b71795aade964c57d1c
Author: shipmints <[email protected]>
Commit: shipmints <[email protected]>
Remove vestigial message in set handler
This was left over from when we had the limitation that loading sets
was not recommended if set-constituent bufferlo bookmarks were already
active. The code will just skip already opened bookmarks.
---
bufferlo.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/bufferlo.el b/bufferlo.el
index 55c6806f91..4e93a41b77 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -2629,7 +2629,6 @@ the message after successfully restoring the bookmark."
(bufferlo--bookmark-set-loading t))
(if (assoc bookmark-name bufferlo--active-sets)
(message "Bufferlo set \"%s\" is already active" bookmark-name)
- (message "Close or clear active bufferlo bookmarks: %s"
active-bookmark-names)
(let ((tabsets-str (bookmark-prop-get bookmark-record 'bufferlo-tabsets))
(tabsets))
(if (not (readablep tabsets-str))