[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/satchel aa0c4f8a0c 1/3: Make satchel ready for elpa.git
From: |
ELPA Syncer |
Subject: |
[elpa] externals/satchel aa0c4f8a0c 1/3: Make satchel ready for elpa.git |
Date: |
Tue, 22 Feb 2022 17:57:42 -0500 (EST) |
branch: externals/satchel
commit aa0c4f8a0c4314ff2dd98b9796c76242d6bd897a
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Theodor Thornhill <theo@thornhill.no>
Make satchel ready for elpa.git
---
satchel.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/satchel.el b/satchel.el
index 1d736f03e5..cef792af15 100644
--- a/satchel.el
+++ b/satchel.el
@@ -1,6 +1,6 @@
;;; satchel.el --- A bag for your files, separated by git branches -*-
lexical-binding: t; -*-
-;; Copyright (C) 2022 Theodor Thornhill
+;; Copyright (C) 2022 Free Software Foundation, Inc.
;; Author: Theodor Thornhill <theo@thornhill.no>
;; Keywords: tools languages
@@ -48,6 +48,7 @@
:group 'tools)
(defcustom satchel-directory
+ ;; FIXME: Use `locate-user-emacs-file'?
(concat user-emacs-directory ".local/satchel/")
"Where the satchels will be saved."
:type 'string)
@@ -77,7 +78,7 @@
This is a file named after the path of the directory it refers
to. There can be several of those files, appended with the
current branch name. If the file can be found, we read that file
-into lisp data."
+into Lisp data."
(let ((filename (satchel--name)))
(when (file-exists-p filename)
(with-temp-buffer