Skip to content

Instantly share code, notes, and snippets.

@mori-dev
Created April 4, 2010 12:50
Show Gist options
  • Save mori-dev/355378 to your computer and use it in GitHub Desktop.
Save mori-dev/355378 to your computer and use it in GitHub Desktop.
(let ((point (point-min)))
(goto-char (point-min))
(end-of-line)
(message (buffer-substring point (point))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment