Fix typo )x, per comment from Dave.

This commit is contained in:
Dimitri Fontaine 2011-06-19 23:58:41 +02:00
parent fdd3a94862
commit 3bfefb7973

View File

@ -2424,7 +2424,7 @@ recursion.
:default-directory ,wdir
:shell t
:program ,(car bytecomp-command)
:args ,(cdr bytecomp-command)x
:args ,(cdr bytecomp-command)
:message ,(format "el-get-build %s: byte-compile ok." package)
:error ,(format
"el-get could not byte-compile %s" package))))