diff options
author | Francesco Potortì <pot@gnu.org> | 2002-09-06 15:17:19 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2002-09-06 15:17:19 +0000 |
commit | c76c6e73510275c27b2e9befbdd6233280e64b95 (patch) | |
tree | 735548f97e4c9c0088e54d1971a657e3ce0abfa5 /lisp | |
parent | 8a294d9090a0991cdd2db1e9f6290c84e7a32af4 (diff) | |
download | emacs-c76c6e73510275c27b2e9befbdd6233280e64b95.tar.gz |
etags.el tags-case-fold-search honoured when completing.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 30498551714..5618e15f758 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-09-06 Simon Marshall <simon@gnu.org> + + * 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 <lektu@terra.es> * calendar/solar.el (calendar-time-display-form): Fix spacing. |