Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix missing \cs and missing backslash #1597

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions base/ltfilehook.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
%\iffalse
%<*driver,structuredlog>
%\fi
\def\ltfilehookdate{2024/03/13}
\def\ltfilehookdate{2024/12/23}
\def\ltfilehookversion{v1.0o}
%\iffalse
%</driver,structuredlog>
Expand Down Expand Up @@ -1292,7 +1292,7 @@
%</2ekernel>
%<*2ekernel|latexrelease>
%<latexrelease>\IncludeInRelease{2020/10/01}%
%<latexrelease> {@@_set_curr_file:nNN}{Set curr file}%
%<latexrelease> {\@@_set_curr_file:nNN}{Set curr file}%
\ExplSyntaxOn
%<@@=filehook>
\cs_new_protected:Npn \@@_set_curr_file:nNN #1
Expand Down
4 changes: 2 additions & 2 deletions base/lthooks.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
%<*driver>
% \fi
\ProvidesFile{lthooks.dtx}
[2024/11/26 v1.1l LaTeX Kernel (hooks)]
[2024/12/23 v1.1l LaTeX Kernel (hooks)]
% \iffalse
%
\documentclass{l3doc}
Expand Down Expand Up @@ -7803,7 +7803,7 @@
%
% \begin{macro}{\ClearHookRule}
% A special setup rule that removes an existing relation.
% Basically {@@_rule_gclear:nnn} plus fixing the property list for debugging.
% Basically \cs{@@_rule_gclear:nnn} plus fixing the property list for debugging.
% \fmiinline{Needs perhaps an L3 interface, or maybe it should get dropped?}
% \begin{macrocode}
\NewDocumentCommand \ClearHookRule { m m m }
Expand Down
Loading