Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e00daaa0
Commit
e00daaa0
authored
May 19, 2000
by
Gerd Moellmann
Browse files
(Vimage_types): Moved here from xfns.c.
(syms_of_xdisp): Move `image-types' variable here from xfns.c.
parent
c6718dc4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/xdisp.c
src/xdisp.c
+9
-0
No files found.
src/xdisp.c
View file @
e00daaa0
...
@@ -517,6 +517,10 @@ int trace_redisplay_p;
...
@@ -517,6 +517,10 @@ int trace_redisplay_p;
int automatic_hscrolling_p;
int automatic_hscrolling_p;
/* A list of symbols, one for each supported image type. */
Lisp_Object Vimage_types;
/* Value returned from text property handlers (see below). */
/* Value returned from text property handlers (see below). */
enum prop_handled
enum prop_handled
...
@@ -13120,6 +13124,11 @@ Nil means don't display a cursor there.");
...
@@ -13120,6 +13124,11 @@ Nil means don't display a cursor there.");
DEFVAR_BOOL ("automatic-hscrolling", &automatic_hscrolling_p,
DEFVAR_BOOL ("automatic-hscrolling", &automatic_hscrolling_p,
"*Non-nil means scroll the display automatically to make point visible.");
"*Non-nil means scroll the display automatically to make point visible.");
automatic_hscrolling_p = 1;
automatic_hscrolling_p = 1;
DEFVAR_LISP ("image-types", &Vimage_types,
"List of supported image types.\n\
Each element of the list is a symbol for a supported image type.");
Vimage_types = Qnil;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment