Fix typo in commit a13b19e

Thanks to John Hendy for reporting the bug!
This commit is contained in:
Bastien Guerry 2013-03-20 00:57:56 +01:00
parent eff59a15d7
commit 9c1ea74c2b
1 changed files with 1 additions and 1 deletions

View File

@ -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))))