ECL uses FAS and FASL as file extensions, not .SO

This commit is contained in:
jgarcia 2007-06-03 13:52:10 +00:00
parent a7cc133f05
commit 3681121ed1

View file

@ -1417,8 +1417,8 @@ and up to date.")
#+ACLPC ("lsp" . "fsl")
#+CLISP ("lisp" . "fas")
#+KCL ("lsp" . "o")
#+ECL ("lsp" . "so")
#+IBCL ("lsp" . "o")
#+ECL ("lsp" . "fas")
#+IBCL ("lsp" . "o")
#+Xerox ("lisp" . "dfasl")
;; Lucid on Silicon Graphics
#+(and Lucid MIPS) ("lisp" . "mbin")