Change `org-align-tags-here' into `org--align-tags-here'
commit966e0bff56667e11c9df055d03ae08de6ddcd594
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 5 Oct 2016 09:54:49 +0000 (5 11:54 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Wed, 5 Oct 2016 09:54:49 +0000 (5 11:54 +0200)
tree7f0463433cd68badfbb276f9eaea8ad53dd187d3
parentd9070419119cf6b19f2f471aa2eb81ec3d9b0d0f
Change `org-align-tags-here' into `org--align-tags-here'

* lisp/org.el (org-align-tags-here): Renamed to...
(org--align-tags-here): ... this.

This change emphasizes the fact that, as an internal function, it
shouldn't be used without special care.  This also prevents confusing
between this function and `org-set-tags' called with a non-nil ALIGN
argument.
lisp/org.el
testing/lisp/test-org.el