]> git.eshelyaron.com Git - emacs.git/commit
Fix etags completion near eob
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 15 Nov 2015 22:30:12 +0000 (00:30 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 15 Nov 2015 22:30:30 +0000 (00:30 +0200)
commitf60a3b086cb30e1b794f586fe1da5947869e29fc
tree5fb42dbe5cd25e885a7b9b066dd4c758899008b1
parent4765d24e18a947678bfa63b0351f68931484273c
Fix etags completion near eob

* lisp/progmodes/etags.el (tags-completion-at-point-function):
Use `goto-char', to avoid the end-of-buffer error (bug#20061).
lisp/progmodes/etags.el