Parcourir la source

Fix typo in commit a13b19e

Thanks to John Hendy for reporting the bug!
Bastien Guerry il y a 12 ans
Parent
commit
9c1ea74c2b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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))))