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

    Set bufferlo-kill-modified-buffers-policy to nil
---
 bufferlo.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bufferlo.el b/bufferlo.el
index fe8176adaa..898c0ee877 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -138,8 +138,7 @@ This is a list of regular expressions that match buffer 
names."
   :package-version '(bufferlo . "1.1")
   :type 'boolean)
 
-(defcustom bufferlo-kill-modified-buffers-policy
-  'retain-modified-kill-without-file-name
+(defcustom bufferlo-kill-modified-buffers-policy nil
   "Bufferlo behavior when killing modified or process buffers.
 
 This policy applies to all bufferlo functions that entail killing buffers,

Reply via email to