emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bufferlo ca71c5f2e2 027/192: Ach, changed the file name


From: ELPA Syncer
Subject: [elpa] externals/bufferlo ca71c5f2e2 027/192: Ach, changed the file name to harmonize with the command-line argument.
Date: Sat, 19 Apr 2025 15:57:58 -0400 (EDT)

branch: externals/bufferlo
commit ca71c5f2e2ffec9e6a0d7dc09eccb4e3d3e9fb98
Author: shipmints <shipmints@gmail.com>
Commit: shipmints <shipmints@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]