branch: externals/bufferlo
commit 7b074d00e12fb3e5e30901f0c31cbdc423590e9a
Author: shipmints <[email protected]>
Commit: shipmints <[email protected]>
Add missing bufferlo-bookmark-frame-duplicate-policy custom items
---
bufferlo.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bufferlo.el b/bufferlo.el
index 3071c40327..155c7f18df 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -276,6 +276,8 @@ its bookmark.
\\='raise will raise the frame with the existing bookmark."
:type '(radio (const :tag "Prompt" prompt)
(const :tag "Allow" allow)
+ (const :tag "Clear (silently)" clear)
+ (const :tag "Clear (with message)" clear-warn)
(const :tag "Raise" raise)))
(defcustom bufferlo-bookmark-frame-clone-policy 'prompt