summaryrefslogtreecommitdiff
path: root/tex/context/base/strc-not.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-08-09 19:00:14 +0300
committerMarius <mariausol@gmail.com>2012-08-09 19:00:14 +0300
commit0b00489585cd59b7165030979c9244d9091dd952 (patch)
treec6999e6effab1bb4368b03d44aee0c3cb4779221 /tex/context/base/strc-not.lua
parent343077218254bccdd7e518c5cc74d473d0bbf605 (diff)
downloadcontext-0b00489585cd59b7165030979c9244d9091dd952.tar.gz
beta 2012.08.09 17:17
Diffstat (limited to 'tex/context/base/strc-not.lua')
-rw-r--r--tex/context/base/strc-not.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/strc-not.lua b/tex/context/base/strc-not.lua
index df63650e3..a9f806721 100644
--- a/tex/context/base/strc-not.lua
+++ b/tex/context/base/strc-not.lua
@@ -179,8 +179,8 @@ function notes.restore(tag,forcedstate)
end
end
-commands.savenote = notes.save
-commands.restore = notes.restore
+commands.savenote = notes.save
+commands.restorenote = notes.restore
local function hascontent(tag)
local ok = notestates[tag]