(Vimage_types): Delete (moved to image.c).
This commit is contained in:
parent
0855eb5219
commit
4f224e64d0
1 changed files with 0 additions and 9 deletions
|
@ -670,10 +670,6 @@ EMACS_INT hscroll_margin;
|
||||||
/* How much to scroll horizontally when point is inside the above margin. */
|
/* How much to scroll horizontally when point is inside the above margin. */
|
||||||
Lisp_Object Vhscroll_step;
|
Lisp_Object Vhscroll_step;
|
||||||
|
|
||||||
/* A list of symbols, one for each supported image type. */
|
|
||||||
|
|
||||||
Lisp_Object Vimage_types;
|
|
||||||
|
|
||||||
/* The variable `resize-mini-windows'. If nil, don't resize
|
/* The variable `resize-mini-windows'. If nil, don't resize
|
||||||
mini-windows. If t, always resize them to fit the text they
|
mini-windows. If t, always resize them to fit the text they
|
||||||
display. If `grow-only', let mini-windows grow only until they
|
display. If `grow-only', let mini-windows grow only until they
|
||||||
|
@ -22259,11 +22255,6 @@ Note that the lower bound for automatic hscrolling specified by `scroll-left'
|
||||||
and `scroll-right' overrides this variable's effect. */);
|
and `scroll-right' overrides this variable's effect. */);
|
||||||
Vhscroll_step = make_number (0);
|
Vhscroll_step = make_number (0);
|
||||||
|
|
||||||
DEFVAR_LISP ("image-types", &Vimage_types,
|
|
||||||
doc: /* List of supported image types.
|
|
||||||
Each element of the list is a symbol for a supported image type. */);
|
|
||||||
Vimage_types = Qnil;
|
|
||||||
|
|
||||||
DEFVAR_BOOL ("message-truncate-lines", &message_truncate_lines,
|
DEFVAR_BOOL ("message-truncate-lines", &message_truncate_lines,
|
||||||
doc: /* If non-nil, messages are truncated instead of resizing the echo area.
|
doc: /* If non-nil, messages are truncated instead of resizing the echo area.
|
||||||
Bind this around calls to `message' to let it take effect. */);
|
Bind this around calls to `message' to let it take effect. */);
|
||||||
|
|
Loading…
Add table
Reference in a new issue