[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/yaml b72c188381 111/124: Fix character escape code
From: |
ELPA Syncer |
Subject: |
[elpa] externals/yaml b72c188381 111/124: Fix character escape code |
Date: |
Fri, 29 Nov 2024 16:00:09 -0500 (EST) |
branch: externals/yaml
commit b72c188381a0cc6596b683e4cf1fed51a0706a39
Author: Zachary Romero <zacromero@posteo.net>
Commit: Zachary Romero <zacromero@posteo.net>
Fix character escape code
---
yaml.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/yaml.el b/yaml.el
index 6262ca2406..9f1a6744f2 100644
--- a/yaml.el
+++ b/yaml.el
@@ -2402,7 +2402,7 @@ Rules for this function are defined by the yaml-spec JSON
file."
('ns-esc-8-bit
(yaml--frame "ns-esc-8-bit"
- (yaml--all (yaml--chr ?\x)
+ (yaml--all (yaml--chr ?x)
(yaml--rep 2 2
(lambda () (yaml--parse-from-grammar 'ns-hex-digit))))))
- [elpa] externals/yaml 69654c291f 090/124: Fix string values state bug, (continued)
- [elpa] externals/yaml 69654c291f 090/124: Fix string values state bug, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 01ab8d1910 078/124: Merge pull request #30 from zkry/29-fix-list-encoding-indentation, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 9382bf5a3b 070/124: Merge pull request #25 from zkry/fix-lines-longer-than-80, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 34c300b085 075/124: Merge pull request #28 from tarsiiformes/nil, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 7f055d207c 057/124: Merge pull request #17 from conao3/plist-keyword, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml b0d95e7e81 066/124: Use `alist-get` to converting alist to hash table, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml c3988d10e2 098/124: store current indent level and use that for basis of block indent, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 94ea32ecb7 103/124: version bump, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml ee34639c96 105/124: Update docstring and README to match current behavior, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 12655d58ef 113/124: Fix typos, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml b72c188381 111/124: Fix character escape code,
ELPA Syncer <=
- [elpa] externals/yaml 20202d7c39 123/124: Merge pull request #56 from zkry/fix-octal-hex-parsing, ELPA Syncer, 2024/11/29
- [elpa] externals/yaml 3506009f94 031/124: Fix yaml-process-literal-text-test, ELPA Syncer, 2024/11/29