]> git.eshelyaron.com Git - emacs.git/commit
Fix case-sensitivity in 'complete-tag'
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Mar 2024 08:09:36 +0000 (10:09 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Mar 2024 09:21:38 +0000 (10:21 +0100)
commitb679dc228e81c24feb31777804f51991d2220b89
tree48c9d11b747a9f0eb2d5c2cba8f931a7615cf079
parentee3d37661a7b369a95fdbb222a74c4fc82bbbb30
Fix case-sensitivity in 'complete-tag'

* lisp/progmodes/etags.el (complete-tag): Bind
'completion-ignore-case', so that 'completion-in-region' is
affected by it.  This fixes a bug made in 30 Apr 2010, when this
function was refactored to use
'tags-completion-at-point-function'.  Reported by Morgan Willcock
<morgan@ice9.digital>.

(cherry picked from commit a4473afefe1a0f171ac6e811853836dd675f93d2)
lisp/progmodes/etags.el