[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote bc15046785 5/5: Remove unused private function d
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote bc15046785 5/5: Remove unused private function denote--file-regular-writable-p |
Date: |
Mon, 26 Aug 2024 03:57:50 -0400 (EDT) |
branch: externals/denote
commit bc150467856715d1c86d483feabb0b2496a16409
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Remove unused private function denote--file-regular-writable-p
---
denote.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/denote.el b/denote.el
index fc13c5fb72..7b032d0950 100644
--- a/denote.el
+++ b/denote.el
@@ -1061,11 +1061,6 @@ For our purposes, a note must satisfy `file-regular-p'
and
"Return non-nil if FILE has a Denote identifier."
(denote-retrieve-filename-signature file))
-(defun denote--file-regular-writable-p (file)
- "Return non-nil if FILE is regular and writable."
- (and (file-regular-p file)
- (file-writable-p file)))
-
(defun denote-file-is-writable-and-supported-p (file)
"Return non-nil if FILE is writable and has supported extension."
;; We do not want to test that the file is regular (exists) because we want