branch: externals/bufferlo
commit ca71c5f2e2ffec9e6a0d7dc09eccb4e3d3e9fb98
Author: shipmints <[email protected]>
Commit: shipmints <[email protected]>

    Ach, changed the file name to harmonize with the command-line argument.
    
    Now bufferlo-noload not bufferlo-no-load.
---
 bufferlo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bufferlo.el b/bufferlo.el
index 11f80caa40..407458d085 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -488,8 +488,8 @@ Set to 0 to disable the timer. Units are whole integer 
seconds."
   (when-let (pos (seq-position command-line-args 
bufferlo--command-line-noload-prefix #'string-equal))
     (setq bufferlo--command-line-noload pos)
     (setq command-line-args (seq-remove-at-position command-line-args pos)))
-  (when (file-exists-p (expand-file-name "bufferlo-no-load" 
user-emacs-directory))
-    (message "bufferlo-no-load file found; inhibiting bufferlo bookmark 
loading")
+  (when (file-exists-p (expand-file-name "bufferlo-noload" 
user-emacs-directory))
+    (message "bufferlo-noload file found; inhibiting bufferlo bookmark 
loading")
     (setq bufferlo--command-line-noload t)))
 
 (defun -bufferlo--parse-command-line-test ()

Reply via email to