浏览代码

Fix typo in commit a13b19e

Thanks to John Hendy for reporting the bug!
Bastien Guerry 12 年之前
父节点
当前提交
9c1ea74c2b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox.el

+ 1 - 1
lisp/ox.el

@@ -1071,7 +1071,7 @@ The back-end could then be called with, for example:
     (when export-block
       (mapc
        (lambda (name)
-	 (add-to-list org-element-block-name-alist
+	 (add-to-list 'org-element-block-name-alist
 		      `(,name . org-element-export-block-parser)))
        export-block))))