Skip to content

Commit

Permalink
Add textwidth deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Dec 21, 2017
1 parent 2b404a4 commit 56fe7f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,7 @@ else
import Base.@irrational
import Base.LinAlg.BLAS.@blasfunc
end

if VERSION < v"0.7.0-DEV.2915"
Base.@deprecate textwidth Compat.Unicode.textwidth
end

0 comments on commit 56fe7f9

Please sign in to comment.