aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-11 07:14:56 +0000
committerEli Zaretskii2002-02-11 07:14:56 +0000
commitd7439436b6ec9fba2cb0d9e1ac2406819a28af0d (patch)
tree082dab6752ed9c7002831b97ea1f7a99df37f4b0 /src
parent197a09bf1b79d4523d16a29737527fedefc63190 (diff)
downloademacs-d7439436b6ec9fba2cb0d9e1ac2406819a28af0d.tar.gz
emacs-d7439436b6ec9fba2cb0d9e1ac2406819a28af0d.zip
(Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
variables; cus-start.el doesn't need them anymore.
Diffstat (limited to 'src')
-rw-r--r--src/msdos.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/msdos.c b/src/msdos.c
index 168d3dfc88a..f466196f9af 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -5282,11 +5282,6 @@ abort ()
5282 5282
5283/* The following variables are required so that cus-start.el won't 5283/* The following variables are required so that cus-start.el won't
5284 complain about unbound variables. */ 5284 complain about unbound variables. */
5285#ifndef HAVE_X_WINDOWS
5286/* Search path for bitmap files (xfns.c). */
5287Lisp_Object Vx_bitmap_file_path;
5288int x_stretch_cursor_p;
5289#endif
5290#ifndef subprocesses 5285#ifndef subprocesses
5291/* Nonzero means delete a process right away if it exits (process.c). */ 5286/* Nonzero means delete a process right away if it exits (process.c). */
5292static int delete_exited_processes; 5287static int delete_exited_processes;
@@ -5307,16 +5302,6 @@ syms_of_msdos ()
5307 staticpro (&previous_help_echo); 5302 staticpro (&previous_help_echo);
5308 help_echo_pos = -1; 5303 help_echo_pos = -1;
5309 5304
5310 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
5311 doc: /* List of directories to search for bitmap files for X. */);
5312 Vx_bitmap_file_path = decode_env_path ((char *) 0, ".");
5313
5314 DEFVAR_BOOL ("x-stretch-cursor", &x_stretch_cursor_p,
5315 doc: /* *Non-nil means draw block cursor as wide as the glyph under it.
5316For example, if a block cursor is over a tab, it will be drawn as
5317wide as that tab on the display. (No effect on MS-DOS.) */);
5318 x_stretch_cursor_p = 0;
5319
5320 /* The following two are from xfns.c: */ 5305 /* The following two are from xfns.c: */
5321 Qbar = intern ("bar"); 5306 Qbar = intern ("bar");
5322 staticpro (&Qbar); 5307 staticpro (&Qbar);