]> git.eshelyaron.com Git - emacs.git/commit
Make comint-word actually check comint-file-name-quote-list
authorDima Kogan <dima@secretsauce.net>
Thu, 10 Feb 2022 07:01:24 +0000 (08:01 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 10 Feb 2022 09:22:53 +0000 (10:22 +0100)
commit849895d0db9c8879dedd6658f66b28b1613358ff
tree25961c3f7f96d2dc84338ec0fe64c58483f7e481
parentd3c47011d5ace1e1c3fca830d3ff71d9c693ed5d
Make comint-word actually check comint-file-name-quote-list

* lisp/comint.el (comint-word): We were checking for
comint-file-name-quote-list existing, but not actually comparing
to the characters in that list.  This patch actually checks the
contents of comint-file-name-quote-list (bug#53911).
lisp/comint.el