branch: elpa/julia-mode
commit c7e3232a198c1210c3eca0846485836e187c6947
Author: Jeff Bezanson <jeff.bezan...@gmail.com>
Commit: Yichao Yu <yyc1...@gmail.com>

    some tuple redesign follow-ups
    
    - add news item
    - remove `, ...` syntax, for now use `Vararg{}` instead
    - allow tuples of types in reflection functions
    - a couple efficiency tweaks
---
 julia-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia-mode.el b/julia-mode.el
index ce413e1..2ba71de 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -209,7 +209,7 @@ This function provides equivalent functionality, but makes 
no efforts to optimis
      "Char" "ASCIIString" "UTF8String" "ByteString" "SubString"
      "Array" "DArray" "AbstractArray" "AbstractVector" "AbstractMatrix" 
"AbstractSparseMatrix" "SubArray" "StridedArray" "StridedVector" 
"StridedMatrix" "VecOrMat" "StridedVecOrMat" "DenseArray" "SparseMatrixCSC" 
"BitArray"
      "Range" "OrdinalRange" "StepRange" "UnitRange" "FloatRange"
-     "Tuple" "NTuple"
+     "Tuple" "NTuple" "Vararg"
      "DataType" "Symbol" "Function" "Vector" "Matrix" "Union" "Type" "Any" 
"Complex" "String" "Ptr" "Void" "Exception" "Task" "Signed" "Unsigned" 
"Associative" "Dict" "IO" "IOStream" "Rational" "Regex" "RegexMatch" "Set" 
"IntSet" "Expr" "WeakRef" "ObjectIdDict"
      "AbstractRNG" "MersenneTwister"
      )

Reply via email to