emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/msdos.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/msdos.c
Date: Mon, 11 Feb 2002 02:14:56 -0500

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.159 emacs/src/msdos.c:1.160
*** emacs/src/msdos.c:1.159     Wed Dec 19 13:56:00 2001
--- emacs/src/msdos.c   Mon Feb 11 02:14:56 2002
***************
*** 5282,5292 ****
  
  /* The following variables are required so that cus-start.el won't
     complain about unbound variables.  */
- #ifndef HAVE_X_WINDOWS
- /* Search path for bitmap files (xfns.c).  */
- Lisp_Object Vx_bitmap_file_path;
- int x_stretch_cursor_p;
- #endif
  #ifndef subprocesses
  /* Nonzero means delete a process right away if it exits (process.c).  */
  static int delete_exited_processes;
--- 5282,5287 ----
***************
*** 5306,5321 ****
    previous_help_echo = Qnil;
    staticpro (&previous_help_echo);
    help_echo_pos = -1;
- 
-   DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
-              doc: /* List of directories to search for bitmap files for X.  
*/);
-   Vx_bitmap_file_path = decode_env_path ((char *) 0, ".");
- 
-   DEFVAR_BOOL ("x-stretch-cursor", &x_stretch_cursor_p,
-              doc: /* *Non-nil means draw block cursor as wide as the glyph 
under it.
- For example, if a block cursor is over a tab, it will be drawn as
- wide as that tab on the display.  (No effect on MS-DOS.)  */);
-   x_stretch_cursor_p = 0;
  
    /* The following two are from xfns.c:  */
    Qbar = intern ("bar");
--- 5301,5306 ----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]