Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Wiesner committed Sep 10, 2010
1 parent 246f178 commit 042a97a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pastemacs.py
Expand Up @@ -170,7 +170,6 @@ def new_from_buffer(buffer, language):
"""Pastes the contents of buffer"""
lisp.set_buffer(buffer)
code = unicode(lisp.buffer_string())
#code = lisp.buffer_substring(lisp.point_min(), lisp.point_max())
filename = lisp.buffer_file_name()
new_paste(code, language, filename=filename)
new_from_buffer.interaction = get_new_from_buffer_args
Expand Down

0 comments on commit 042a97a

Please sign in to comment.