Ticket #183: mini_comp_gc.patch
| File mini_comp_gc.patch, 0.5 kB (added by fujii, 3 years ago) |
|---|
-
src/minibuf.c
old new 2336 2336 2337 2337 /* Otherwise insert in minibuffer the chars we got */ 2338 2338 2339 GCPRO1(completion); 2340 2339 2341 if (! NILP (Vminibuffer_completing_file_name) 2340 2342 && SREF (completion, SBYTES (completion) - 1) == '/' 2341 2343 && PT < ZV … … 2347 2349 del_range (prompt_end_charpos, PT); 2348 2350 2349 2351 insert_from_string (completion, 0, 0, i, i_byte, 1); 2352 2353 UNGCPRO; 2354 2350 2355 return Qt; 2351 2356 } 2352 2357
