Variable: baud-rate
baud-rate is a customizable variable defined in dispnew.c.
Value
0
Documentation
The output baud rate of the terminal.
On most systems, changing this value will affect the amount of padding and the other strategic decisions made during redisplay.
Probably introduced at or before Emacs version 23.2.
Source Code
// Defined in /usr/src/emacs/src/dispnew.c
DEFVAR_INT ("baud-rate", baud_rate,
doc: /* The output baud rate of the terminal.
On most systems, changing this value will affect the amount of padding
and the other strategic decisions made during redisplay. */);