diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-30 15:38:48 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-30 17:13:24 -0500 |
commit | 2767c049c1976e69064f03eac5af4ae20415eaa8 (patch) | |
tree | e8982b076d11900a5fc2f2f5f1acaf0e4e6bcd80 | |
parent | changelog & urls housekeeping, more required (diff) |
bugfix, typo, variable duplicated
-rw-r--r-- | data/doc/sisu/CHANGELOG_v7 | 2 | ||||
-rw-r--r-- | lib/sisu/constants.rb | 1 | ||||
-rw-r--r-- | org/shared.org | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/data/doc/sisu/CHANGELOG_v7 b/data/doc/sisu/CHANGELOG_v7 index 2a4876da..0131b97c 100644 --- a/data/doc/sisu/CHANGELOG_v7 +++ b/data/doc/sisu/CHANGELOG_v7 @@ -25,6 +25,8 @@ Reverse Chronological: - sisu_7.2.2.orig.tar.xz (Open commit window: 2023-01-30; Pre-Release) http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.2.2 + - bugfix, typo, a duplicated variable + * sisu_7.2.1.orig.tar.xz (2022-04-19:16/3) [subsequently added manually] https://git.sisudoc.org/projects/sisu/tag/?h=sisu_7.2.1 diff --git a/lib/sisu/constants.rb b/lib/sisu/constants.rb index 8af3ad28..57cec119 100644 --- a/lib/sisu/constants.rb +++ b/lib/sisu/constants.rb @@ -221,7 +221,6 @@ Dx={ } Tex={ backslash: "\\\\", - backslash: "\\\\", tilde: '\\\\\\~', } Px={ diff --git a/org/shared.org b/org/shared.org index b6e98f08..5cadea6e 100644 --- a/org/shared.org +++ b/org/shared.org @@ -1999,7 +1999,6 @@ Dx={ } Tex={ backslash: "\\\\", - backslash: "\\\\", tilde: '\\\\\\~', } Px={ |