From 8473a151c5685f8ceb515abf6000ab4fb7a3911c Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 1 Dec 2017 17:12:56 +0100 Subject: List.lua: add missing fixes as discussed in #4099 The changes were missing due to an error while using git. --- data/pandoc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/pandoc.lua') diff --git a/data/pandoc.lua b/data/pandoc.lua index 6eafde90a..74263b1fd 100644 --- a/data/pandoc.lua +++ b/data/pandoc.lua @@ -26,7 +26,7 @@ local M = { _VERSION = "0.3.0" } -local List = require 'List' +local List = require 'pandoc.List' ------------------------------------------------------------------------ -- The base class for pandoc's AST elements. -- cgit v1.2.3