summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty')
-rw-r--r--Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty b/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
index ac3d109d5e1..c60da49d8a3 100644
--- a/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
+++ b/Master/texmf-dist/tex/latex/koma-script/scrlfile-hook.sty
@@ -40,7 +40,7 @@
%%
%%% From File: $Id: scrlfile-hook.dtx$
\ProvidesPackage{scrlfile-hook}[%
- 2020/09/21 v3.32 KOMA-Script
+ 2021/03/17 v3.33 KOMA-Script
package
(using LaTeX hooks)]
\@ifundefined{AddToHook}{%
@@ -94,19 +94,19 @@
\seq_new:N \g__scrlfile_input_file_seq
\hook_gput_code:nnn { file / before } { . }
{ \seq_gpush:Nx \g__scrlfile_input_file_seq { \CurrentFile } }
+\msg_new:nnn { scrlfile-hook } { too-many-pops }
+ {
+ More~file~names~popped~from~stack~than~put~to.~
+ This~should~never~happen.~
+ However,~it~could~happen~if~scrlfile-hook~is~loaded~by~another~
+ package~or~class.~In~this~case~some~packages~or~classes~are~not~
+ recognised~correctly.
+ }
\hook_gput_code:nnn { file / after } { . }
{
\seq_gpop:NNF \g__scrlfile_input_file_seq \l_tmpa_seq
{
- \msg_new:nnn { scrlfile-hook } { to-much-pops }
- {
- More~file~names~popped~from~stack~than~put~to.~
- This~should~never~happen.~
- However,~it~could~happen~if~scrlfile-hook~is~loaded~by~another~
- package~or~class.~In~this~case~some~packages~or~classes~are~not~
- recognised~correctly.
- }
- \msg_warning:nn { scrlfile-hook } { to-much-pops }
+ \msg_warning:nn { scrlfile-hook } { too-many-pops }
}
}
\cs_if_exist:NTF \g__filehook_input_file_seq