fixed bug in org-babel-balanced-split when run on Emacs22
commit2c2e1a544872e6e0884b1f4c76baf5495627dbfe
authorEric Schulte <eric.schulte@gmx.com>
Tue, 3 Jan 2012 18:44:32 +0000 (3 11:44 -0700)
committerEric Schulte <eric.schulte@gmx.com>
Tue, 3 Jan 2012 18:45:27 +0000 (3 11:45 -0700)
treefbdf97295dc696ee7461a5f121a7e167bee9535e
parent2b3534a81f6f4c925f55ed7aaec31ead6f400577
fixed bug in org-babel-balanced-split when run on Emacs22

 Thanks to Martyn Jago for the test case

* lisp/ob.el (org-babel-balanced-split): Explicit checking if list
  before calling member.
* testing/lisp/test-ob.el (test-ob/org-babel-balanced-split): Testing
  the new Emacs22-proof behavior.
lisp/ob.el
testing/lisp/test-ob.el