mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(decode_mode_spec): Initialize and use `p' (for the termcap case).
This commit is contained in:
parent
c7909e025c
commit
539b4d4159
1 changed files with 2 additions and 2 deletions
|
|
@ -4441,7 +4441,7 @@ decode_mode_spec (w, c, spec_width, maxwidth)
|
|||
/* coding-system (including end-of-line type) */
|
||||
{
|
||||
int eol_flag = (c == 'Z');
|
||||
char *p;
|
||||
char *p = decode_mode_spec_buf;
|
||||
|
||||
if (FRAME_TERMCAP_P (f))
|
||||
{
|
||||
|
|
@ -4451,7 +4451,7 @@ decode_mode_spec (w, c, spec_width, maxwidth)
|
|||
p = decode_mode_spec_coding (terminal_coding.symbol, p, 0);
|
||||
}
|
||||
p = decode_mode_spec_coding (b->buffer_file_coding_system,
|
||||
decode_mode_spec_buf, eol_flag);
|
||||
p, eol_flag);
|
||||
|
||||
#if 0 /* This proves to be annoying; I think we can do without. -- rms. */
|
||||
#ifdef subprocesses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue