[latex3-commits] [git/LaTeX3-latex3-latex2e] fixquiet: add missing default to quiet key (a35b1998)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat Dec 5 15:27:39 CET 2020
Repository : https://github.com/latex3/latex2e
On branch : fixquiet
Link : https://github.com/latex3/latex2e/commit/a35b19983b970084cadf561f9acf55aeb51f88d6
>---------------------------------------------------------------
commit a35b19983b970084cadf561f9acf55aeb51f88d6
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Dec 5 15:27:39 2020 +0100
add missing default to quiet key
>---------------------------------------------------------------
a35b19983b970084cadf561f9acf55aeb51f88d6
required/graphics/changes.txt | 5 +++++
required/graphics/graphicx.dtx | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/required/graphics/changes.txt b/required/graphics/changes.txt
index adf9fe8f..92cdab1c 100644
--- a/required/graphics/changes.txt
+++ b/required/graphics/changes.txt
@@ -8,6 +8,11 @@ are not part of the distribution.
All changes above are only part of the development branch for the next release.
================================================================================
+2020-12-05 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+ * graphics.dtx: fix missing default in quiet key.
+
+
#########################
# 2020-10-01 Release
#########################
diff --git a/required/graphics/graphicx.dtx b/required/graphics/graphicx.dtx
index b10c67c7..cc38c231 100644
--- a/required/graphics/graphicx.dtx
+++ b/required/graphics/graphicx.dtx
@@ -17,7 +17,7 @@
%<driver> \ProvidesFile{graphicx.drv}
% \fi
% \ProvidesFile{graphicx.dtx}
- [2020/09/09 v1.2b Enhanced LaTeX Graphics (DPC,SPQR)]
+ [2020/12/05 v1.2c Enhanced LaTeX Graphics (DPC,SPQR)]
%
% \iffalse
%<*driver>
@@ -507,9 +507,10 @@
%
% \begin{key}{Gin}{quiet}
% \changes{v1.1a}{2017/06/01}{New quiet key}
+% \changes{v1.2c}{2020/12/05}{fix missing default value}
% Skip writing to the log.
% \begin{macrocode}
-\define at key{Gin}{quiet}{%
+\define at key{Gin}{quiet}[]{%
\let\Gin at log\@gobble
}
% \end{macrocode}
More information about the latex3-commits
mailing list.