summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lollipop/lollipop-tools.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lollipop/lollipop-tools.tex')
-rw-r--r--Master/texmf-dist/tex/lollipop/lollipop-tools.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/lollipop/lollipop-tools.tex b/Master/texmf-dist/tex/lollipop/lollipop-tools.tex
index 8d5e7be24ec..f7b11454b5c 100644
--- a/Master/texmf-dist/tex/lollipop/lollipop-tools.tex
+++ b/Master/texmf-dist/tex/lollipop/lollipop-tools.tex
@@ -72,8 +72,8 @@
% by \input'ting on top of an already existing format.
% This is to avoid double definitions and major accidents.
%
-\def\lolli@name{Lollipop}
-\expandafter\ifx\csname fmtname\endcsname\lolli@name
+\def\lollipop@name{Lollipop}
+\expandafter\ifx\csname fmtname\endcsname\lollipop@name
\let\ifini\take@one
\let\ifnin\keep@one
\message{! Loading Lollipop on top of format !}
@@ -1498,6 +1498,7 @@
\endinput
+% 2016/04/13 Chnaged \lolli@name to \lollipop@name
% 2014/04/18 Fixed the wrong numbering of nested enumerate lists
% 92/11/03 Improved penalty handling for embedded environments
% \ifini test extended to make loading on top of plain possible
@@ -1505,4 +1506,4 @@
% 92/11/14 Resetlist generation made conditional
% 92/11/21 option 'arg'
% 92/12/12 \sTitelize, \give@title
-% 93/07/30 late@after@toks, inputlineno in group errmsg
+% 93/07/30 late@after@toks, inputlineno in group errmsg \ No newline at end of file