eschulte pushed a commit to branch go in repository elpa. commit d97c1822fc75d43ebb405fb467f7d8074a1d564c Author: Eric Schulte <eric.schu...@gmx.com> Date: Tue May 22 10:48:32 2012 -0400
automatically normalize elisp sgf buffers --- sgf2el.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sgf2el.el b/sgf2el.el index a6e5df1..ed62e21 100644 --- a/sgf2el.el +++ b/sgf2el.el @@ -113,6 +113,7 @@ (insert sgf-str) (goto-char (point-min)) (sgf2el-region) + (sgf2el-normalize (current-buffer)) (emacs-lisp-mode)) (pop-to-buffer buffer)))