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

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

[elpa] externals/cursory 7e55521bf4 08/11: Use .eld for data file


From: ELPA Syncer
Subject: [elpa] externals/cursory 7e55521bf4 08/11: Use .eld for data file
Date: Thu, 21 Apr 2022 14:57:33 -0400 (EDT)

branch: externals/cursory
commit 7e55521bf496b1ac85b6581e513c1242aba1e91c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use .eld for data file
    
    Thanks to Stefan Monnier for the suggestion over at the emacs-devel
    mailing list:
    <https://lists.gnu.org/archive/html/emacs-devel/2022-04/msg01096.html>.
---
 cursory.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cursory.el b/cursory.el
index e81eda0bce..71089016e1 100644
--- a/cursory.el
+++ b/cursory.el
@@ -88,7 +88,7 @@ as the corresponding variable."
   :type 'alist) ; FIXME 2022-04-15: Make this usable in the Custom UI
 
 (defcustom cursory-latest-state-file
-  (locate-user-emacs-file "cursory-latest-state")
+  (locate-user-emacs-file "cursory-latest-state.eld")
   "File to save the value of `cursory-set-preset'.
 Saving is done by the `cursory-store-latest-preset' function."
   :type 'file



reply via email to

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