Skip to content

Instantly share code, notes, and snippets.

@ferd
Created November 21, 2011 18:28
Show Gist options
  • Save ferd/1383443 to your computer and use it in GitHub Desktop.
Save ferd/1383443 to your computer and use it in GitHub Desktop.
diff group.erl ~/.kerl/builds/r14b04_64/otp_src_R14B04/lib/kernel/src/group.erl
35c35
< put(line_buffer, proplists:get_value(line_buffer, Options, history:load())),
---
> put(line_buffer, proplists:get_value(line_buffer, Options, [])),
647d646
< history:add(Line),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment