Skip to content

Commit

Permalink
Fixed the no_line_msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoegh committed Oct 18, 2014
1 parent 263f34a commit df5a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/interactiveutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function edit(file::String, line::Integer)
f = find_source_file(file)
f != nothing && (file = f)
end
no_line_msg = "The systems editor is not known, so no linenumber information was sent.\nThe method is defined at line:$line"
no_line_msg = "Uknown editor: no line number information passed.\nThe method is defined at line $line."
if beginswith(edname, "emacs")
spawn(`$edpath +$line $file`)
elseif edname == "vim"
Expand Down

0 comments on commit df5a46e

Please sign in to comment.