recipes/matlab-mode.rcp: remove shell quoting

This commit is contained in:
Your Name 2015-02-15 09:07:39 -05:00
parent 972d3721c2
commit 93bc1613e8

View File

@ -5,7 +5,7 @@
:module "matlab-emacs"
:url ":pserver:anonymous@matlab-emacs.cvs.sourceforge.net:/cvsroot/matlab-emacs"
:build `(("touch" "Makefile") ; Makefile is generated by EDE, but kept in CVS
("make" ,(format "EMACS=%s" (shell-quote-argument el-get-emacs))))
("make" ,(format "EMACS=%s" el-get-emacs)))
:load-path (".")
:features matlab-load)