1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 13:00:51 -07:00

(Freplace_match): Remove unused variable `inslen'.

This commit is contained in:
Pavel Janík 2001-11-23 07:14:31 +00:00
parent 1b944d9cd9
commit 56167cc52c
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2001-11-23 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* search.c (Freplace_match): Remove unused variable `inslen'.
* keymap.c (access_keymap): Remove unused variables `c1' and `c2'.
2001-11-22 Jason Rumney <jasonr@gnu.org>