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

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

[nongnu] elpa/systemd 1a7af12 051/131: no strings with single quotes eit


From: ELPA Syncer
Subject: [nongnu] elpa/systemd 1a7af12 051/131: no strings with single quotes either
Date: Sun, 29 Aug 2021 11:35:13 -0400 (EDT)

branch: elpa/systemd
commit 1a7af1239baad382a15c512e997441ddbcbd137d
Author: Mark Oteiza <mvoteiza@udel.edu>
Commit: Mark Oteiza <mvoteiza@udel.edu>

    no strings with single quotes either
---
 systemd.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systemd.el b/systemd.el
index 967bca1..7cf6327 100644
--- a/systemd.el
+++ b/systemd.el
@@ -154,6 +154,7 @@ file, defaulting to the link under point, if any."
 
 (defvar systemd-mode-syntax-table
   (let ((table (make-syntax-table)))
+    (modify-syntax-entry ?\' "." table)
     (modify-syntax-entry ?\" "." table)
     (modify-syntax-entry ?\; " " table)
     (modify-syntax-entry ?\n ">" table)



reply via email to

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