[latex3-commits] [git/LaTeX3-latex3-latex2e] gh222: Grmmbbl emacs regex matched once too many (954fa0b7)

Johannes Braams texniek at braams.xs4all.nl
Sun Jul 5 21:08:21 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh222
Link       : https://github.com/latex3/latex2e/commit/954fa0b7469ba9ba9406d772b0b9c386660d3e17

>---------------------------------------------------------------

commit 954fa0b7469ba9ba9406d772b0b9c386660d3e17
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date:   Sun Jul 5 21:08:21 2020 +0200

    Grmmbbl emacs regex matched once too many


>---------------------------------------------------------------

954fa0b7469ba9ba9406d772b0b9c386660d3e17
 required/tools/verbatim.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/required/tools/verbatim.dtx b/required/tools/verbatim.dtx
index 916e5e90..339ff891 100644
--- a/required/tools/verbatim.dtx
+++ b/required/tools/verbatim.dtx
@@ -1502,13 +1502,13 @@
 %    |\verbatiminput| from others.
 %    \begin{macrocode}
     \@addtofilelist{#1}%
-[2020-07-05[(verbatim)]%
+    \ProvidesFile{#1}[(verbatim)]%
 %    \end{macrocode}
 %    While reading from the file it is useful to switch off the
 %    recognition of the end-of-line character.  This saves us stripping
 %    off spaces from the contents of the line.
 %    \begin{macrocode}
-    \expandafter\endlinechar\expandafter\v1.5t at ne
+    \expandafter\endlinechar\expandafter\m at ne
     \expandafter\verbatim at read@file
     \expandafter\endlinechar\the\endlinechar\relax
     \closein\verbatim at in@stream





More information about the latex3-commits mailing list.