summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luaotfload-features.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload-features.lua b/luaotfload-features.lua
index 82d447c..8852596 100644
--- a/luaotfload-features.lua
+++ b/luaotfload-features.lua
@@ -415,7 +415,7 @@ local handle_request = function (specification)
local newvalue = request.features[feat]
if newvalue then
specification[feat] = request.features[feat]
- request.features[feat] = nil
+ --request.features[feat] = nil
end
end