Fix bug in comment-dwin when at a keyword
commit53334042b5492777d3680a858041d5c8c8c6f9b6
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 24 Aug 2012 19:14:26 +0000 (24 21:14 +0200)
committerBastien Guerry <bzg@altern.org>
Fri, 24 Aug 2012 19:58:48 +0000 (24 21:58 +0200)
treeaf78957ccb737f510f516c1dd72b301a87286c2b
parent961f994b14d5f118d2263aabb48eab5795d7dcb5
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