emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/julia-mode b1e02f1 230/352: rename: FloatingPoint => Abstr


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode b1e02f1 230/352: rename: FloatingPoint => AbstractFloat
Date: Sun, 29 Aug 2021 11:22:51 -0400 (EDT)

branch: elpa/julia-mode
commit b1e02f1dddf7072839a5078b6758dabe4a692e90
Author: Stefan Karpinski <stefan@karpinski.org>
Commit: Yichao Yu <yyc1992@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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]