summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <n.goaziou@gmail.com>2011-02-09 17:36:20 +0100
committerNicolas Goaziou <n.goaziou@gmail.com>2011-02-18 13:43:48 +0100
commit1ac0ac16ac73a9852d8e4e0ee92daee5283db4f7 (patch)
tree748d6e1b0ac2870af903f3659fbc02068a3034a5
parent3d34dd47dd5364a7c614f4301f4b086c719a9eb0 (diff)
downloadorg-mode-1ac0ac16ac73a9852d8e4e0ee92daee5283db4f7.tar.gz
org-html: remove unused local variable
-rw-r--r--lisp/org-html.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 50fb33e..5a76f25 100644
--- a/lisp/org-html.el
+++ b/lisp/org-html.el
@@ -1116,7 +1116,6 @@ PUB-DIR is set, use this as the publishing directory."
(inquote nil)
(infixed nil)
(inverse nil)
- (llt org-plain-list-ordered-item-terminator)
(email (plist-get opt-plist :email))
(language (plist-get opt-plist :language))
(keywords (plist-get opt-plist :keywords))