Fix completion when selecting more than one tag
commita3eeddefceda0b656994ff19ab4fcfd7e8a099a5
authorMatt Lundin <mdl@imapmail.org>
Thu, 13 Aug 2015 04:22:22 +0000 (12 23:22 -0500)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 13 Aug 2015 23:58:49 +0000 (14 01:58 +0200)
treeff10c175d53031df796abb2f2500f15e7a5ede21
parentf8c4102cc6e65d48e0b9502cc568843a86f92f1c
Fix completion when selecting more than one tag

* lisp/org.el (org-fast-tag-selection): Make sure to set local variable
  buffer-tags to actual buffer-tags before pushing selected tag to the
  list; otherwise, the subsequent completion list will be limited to the
  one selected tag.
lisp/org.el