Use list for the tags completion table, not obarray
commit0ac9d09b6dfe47918abe5020a9d7dbc3a625dbac
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 30 May 2015 11:35:55 +0000 (30 14:35 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 30 May 2015 11:35:55 +0000 (30 14:35 +0300)
tree462e454e09921c29f27ea0721ee2eadd0e190079
parent5e73eab8faaa6c5198d445d8625db53971300777
Use list for the tags completion table, not obarray

* lisp/progmodes/etags.el (etags-tags-completion-table): Return a
list instead of an obarray
(http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00876.html).
(tags-completion-table): Combine those lists.
(tags-completion-table): Update the docstring.
lisp/progmodes/etags.el