(search_buffer): No need to initialize base_pat.
This commit is contained in:
parent
1f5f957a3e
commit
a967ed62bb
1 changed files with 1 additions and 1 deletions
|
@ -1174,7 +1174,7 @@ search_buffer (string, pos, pos_byte, lim, lim_byte, n,
|
|||
int raw_pattern_size_byte;
|
||||
unsigned char *patbuf;
|
||||
int multibyte = !NILP (current_buffer->enable_multibyte_characters);
|
||||
unsigned char *base_pat = SDATA (string);
|
||||
unsigned char *base_pat;
|
||||
/* Set to positive if we find a non-ASCII char that need
|
||||
translation. Otherwise set to zero later. */
|
||||
int charset_base = -1;
|
||||
|
|
Loading…
Add table
Reference in a new issue