# HG changeset patch # User Francesco Potort # Date 1031325439 0 # Node ID 38a3c65c8ebb3b411ddb1051287f6913270870d1 # Parent eb2e18d1144b4e5b2615f28088b1156652183fce etags.el tags-case-fold-search honoured when completing. diff -r eb2e18d1144b -r 38a3c65c8ebb lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 06 15:12:15 2002 +0000 +++ b/lisp/ChangeLog Fri Sep 06 15:17:19 2002 +0000 @@ -1,3 +1,9 @@ +2002-09-06 Simon Marshall + + * progmodes/etags.el (find-tag-tag, complete-tag): Bind + completion-ignore-case based on tags-case-fold-search, so that + case-sensitivity of tag completion matches that of tag search. + 2002-09-06 Juanma Barranquero * calendar/solar.el (calendar-time-display-form): Fix spacing.