diff options
| author | Juanma Barranquero | 2004-06-14 20:49:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-06-14 20:49:05 +0000 |
| commit | 4f224e64d05485d33670856b4604f78f9c6be77c (patch) | |
| tree | 9eccc965f1cfd1d1d4fe6590a65ba4d9f5654c2b /src | |
| parent | 0855eb52193e94cfa102ac899b740b0e875fce34 (diff) | |
| download | emacs-4f224e64d05485d33670856b4604f78f9c6be77c.tar.gz emacs-4f224e64d05485d33670856b4604f78f9c6be77c.zip | |
(Vimage_types): Delete (moved to image.c).
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 932f691da8b..447f4dfbf79 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -670,10 +670,6 @@ EMACS_INT hscroll_margin; | |||
| 670 | /* How much to scroll horizontally when point is inside the above margin. */ | 670 | /* How much to scroll horizontally when point is inside the above margin. */ |
| 671 | Lisp_Object Vhscroll_step; | 671 | Lisp_Object Vhscroll_step; |
| 672 | 672 | ||
| 673 | /* A list of symbols, one for each supported image type. */ | ||
| 674 | |||
| 675 | Lisp_Object Vimage_types; | ||
| 676 | |||
| 677 | /* The variable `resize-mini-windows'. If nil, don't resize | 673 | /* The variable `resize-mini-windows'. If nil, don't resize |
| 678 | mini-windows. If t, always resize them to fit the text they | 674 | mini-windows. If t, always resize them to fit the text they |
| 679 | display. If `grow-only', let mini-windows grow only until they | 675 | 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' | |||
| 22259 | and `scroll-right' overrides this variable's effect. */); | 22255 | and `scroll-right' overrides this variable's effect. */); |
| 22260 | Vhscroll_step = make_number (0); | 22256 | Vhscroll_step = make_number (0); |
| 22261 | 22257 | ||
| 22262 | DEFVAR_LISP ("image-types", &Vimage_types, | ||
| 22263 | doc: /* List of supported image types. | ||
| 22264 | Each element of the list is a symbol for a supported image type. */); | ||
| 22265 | Vimage_types = Qnil; | ||
| 22266 | |||
| 22267 | DEFVAR_BOOL ("message-truncate-lines", &message_truncate_lines, | 22258 | DEFVAR_BOOL ("message-truncate-lines", &message_truncate_lines, |
| 22268 | doc: /* If non-nil, messages are truncated instead of resizing the echo area. | 22259 | doc: /* If non-nil, messages are truncated instead of resizing the echo area. |
| 22269 | Bind this around calls to `message' to let it take effect. */); | 22260 | Bind this around calls to `message' to let it take effect. */); |