branch: elpa/julia-mode commit b1e02f1dddf7072839a5078b6758dabe4a692e90 Author: Stefan Karpinski <ste...@karpinski.org> Commit: Yichao Yu <yyc1...@gmail.com>
rename: FloatingPoint => AbstractFloat --- julia-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia-mode.el b/julia-mode.el index 0c30e25..8a779d7 100644 --- a/julia-mode.el +++ b/julia-mode.el @@ -209,7 +209,7 @@ This function provides equivalent functionality, but makes no efforts to optimis '("Number" "Real" "BigInt" "Integer" "UInt" "UInt8" "UInt16" "UInt32" "UInt64" "UInt128" "Int" "Int8" "Int16" "Int32" "Int64" "Int128" - "BigFloat" "FloatingPoint" "Float16" "Float32" "Float64" + "BigFloat" "AbstractFloat" "Float16" "Float32" "Float64" "Complex128" "Complex64" "Bool" "Cuchar" "Cshort" "Cushort" "Cint" "Cuint" "Clonglong" "Culonglong" "Cintmax_t" "Cuintmax_t"