Fix bug in comment-dwin when at a keyword
commit302fdfd2b00d783c360cf687f3ad5fd43dafdd4c
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 24 Aug 2012 19:14:26 +0000 (24 21:14 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 24 Aug 2012 19:15:00 +0000 (24 21:15 +0200)
tree5dc1f3487aca705d79793f2c990ea5f7c9a208a3
parentdcdc141331e79fb35a7c843ca9d2bf74a6327aaa
Fix bug in comment-dwin when at a keyword

* lisp/org.el (org-mode): Set back comment-start-skip so comment-dwin
  can tell a keyword from a comment.
* testing/lisp/test-org.el: Add test.
lisp/org.el
testing/lisp/test-org.el