Explorar o código

Fix typo in commit a13b19e

Thanks to John Hendy for reporting the bug!
Bastien Guerry %!s(int64=12) %!d(string=hai) anos
pai
achega
9c1ea74c2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))))