Bug fix in ob-emacs-lisp.el.
commit3096cc3b614e37e7c9600257b969dedc47de6553
authorMartyn Jago <martyn.jago@btinternet.com>
Thu, 5 Jan 2012 18:00:12 +0000 (5 18:00 +0000)
committerEric Schulte <eric.schulte@gmx.com>
Fri, 6 Jan 2012 07:31:00 +0000 (6 00:31 -0700)
tree001b0e3975f6128d27c53f63c55e78618fb24d92
parentd35c79aca95a6841ed9ca12364db6dbe05aba060
Bug fix in ob-emacs-lisp.el.

* lisp/ob-emacs-lisp.el: A comment on the last line of an emacs-lisp
code block would cause an error when the block is was executed. This
fix cures this behaviour.

* testing/lisp/test-ob-emacs-lisp.el:  Regression tests for the above
  fix.
lisp/ob-emacs-lisp.el
testing/lisp/test-ob-emacs-lisp.el [new file with mode: 0644]