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

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

[elpa] externals/denote 1f87a456c5 353/355: denote--punctuation-regexp:


From: ELPA Syncer
Subject: [elpa] externals/denote 1f87a456c5 353/355: denote--punctuation-regexp: Forbid usage of slash in filenames
Date: Sun, 26 Jun 2022 23:58:38 -0400 (EDT)

branch: externals/denote
commit 1f87a456c54784b84c6bf00d54e188f30772740c
Author: Damien Cassou <damien@cassou.me>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    denote--punctuation-regexp: Forbid usage of slash in filenames
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 222af06924..75b9bd9db9 100644
--- a/denote.el
+++ b/denote.el
@@ -227,7 +227,7 @@ is suspended: we use whatever the user wants."
   (concat denote--file-title-regexp "\\([0-9A-Za-z_-]*\\)\\(\\.?.*\\)")
   "Regular expression to match the entire file name'.")
 
-(defconst denote--punctuation-regexp "[][{}!@#$%^&*()_=+'\"?,.\|;:~`‘’“”]*"
+(defconst denote--punctuation-regexp "[][{}!@#$%^&*()_=+'\"?,.\|;:~`‘’“”/]*"
   "Regular expression of punctionation that should be removed.
 We consider those characters illigal for our purposes.")
 



reply via email to

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