]> git.eshelyaron.com Git - emacs.git/commit
Fix compilation warning in pcmpl-gnu.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 19 Jun 2019 13:30:22 +0000 (15:30 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 19 Jun 2019 13:30:22 +0000 (15:30 +0200)
commit1584d4cd95527956cc639187c7fe185fff9726d8
tree0a4df4a47ad8c5de94dc6ec4b7656f602a44c281
parentd8c6fa84a0add507785dd36c17688ab4ed20e2b3
Fix compilation warning in pcmpl-gnu.el

* lisp/pcmpl-gnu.el (pcomplete/tar): Remove binding of
pcomplete-suffix-list, because it's not consulted in any of the
functions called here, and has had no effect since 2011.  If we
want to support not inserting a space after the = sign, we have to
implement that, but it's not currently done.
lisp/pcmpl-gnu.el