ox-latex: Fix typo in 1e4b7e4bec

* ox-latex.el (org-latex--remove-packages): Fix typo.
This commit is contained in:
Rasmus 2015-09-29 19:39:01 +02:00
parent f6187deca5
commit 679adcaa64
1 changed files with 1 additions and 1 deletions

View File

@ -1382,7 +1382,7 @@ Return modified pkg-alist."
(let ((third (nth 3 pkg)))
(and third
(not (member-ignore-case
compile
compiler
(if (listp third) third (list third)))))))
pkg))
pkg-alist))