Re: [O] [patch][babel] Fix for bug in ob-emacs-lisp.el

2012-01-05 Thread Eric Schulte
Martyn Jago writes: > A block with a comment on the final line of a source block currently > errors in an emacs-lisp block. > > This reduces down to the following at it's simplest: > > #+begin_src emacs-lisp > # > #+end_src > > Attached is a fix and regression tests > > Best, Martyn > Applied,

[O] [patch][babel] Fix for bug in ob-emacs-lisp.el

2012-01-05 Thread Martyn Jago
A block with a comment on the final line of a source block currently errors in an emacs-lisp block. This reduces down to the following at it's simplest: #+begin_src emacs-lisp # #+end_src Attached is a fix and regression tests Best, Martyn >From 4962f73a139566c8f796467a8a0423afbc9c911e Mon S