mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 20:50:53 -08:00
(encode_eol): Add null statement after label.
This commit is contained in:
parent
89f6ca4ece
commit
005f0d3535
2 changed files with 7 additions and 0 deletions
|
|
@ -2759,6 +2759,7 @@ encode_eol (coding, source, destination, src_bytes, dst_bytes)
|
|||
}
|
||||
src_base = src;
|
||||
label_end_of_loop:
|
||||
;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -6181,6 +6182,7 @@ See also the function `find-operation-coding-system'.");
|
|||
"Coding system to use with system messages.");
|
||||
Vlocale_coding_system = Qnil;
|
||||
|
||||
/* The eol mnemonics are reset in startup.el system-dependently. */
|
||||
DEFVAR_LISP ("eol-mnemonic-unix", &eol_mnemonic_unix,
|
||||
"*String displayed in mode line for UNIX-like (LF) end-of-line format.");
|
||||
eol_mnemonic_unix = build_string (":");
|
||||
|
|
@ -6269,3 +6271,4 @@ emacs_strerror (error_number)
|
|||
}
|
||||
|
||||
#endif /* emacs */
|
||||
(encode_eol):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue