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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/msdos.c
Date: Fri, 28 Nov 2003 18:06:47 -0500

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.187 emacs/src/msdos.c:1.188
*** emacs/src/msdos.c:1.187     Mon Sep  1 11:45:56 2003
--- emacs/src/msdos.c   Fri Nov 28 18:06:46 2003
***************
*** 413,419 ****
  /* A flag to control how to display unibyte 8-bit characters.  */
  extern int unibyte_display_via_language_environment;
  
! Lisp_Object Qbar, Qhbar;
  
  /* The screen colors of the current frame, which serve as the default
     colors for newly-created frames.  */
--- 413,420 ----
  /* A flag to control how to display unibyte 8-bit characters.  */
  extern int unibyte_display_via_language_environment;
  
! extern Lisp_Object Qcursor_type;
! extern Lisp_Object Qbar, Qhbar;
  
  /* The screen colors of the current frame, which serve as the default
     colors for newly-created frames.  */
***************
*** 1993,2000 ****
    FRAME_X_DISPLAY_INFO (f)->mouse_face_defer = 0;
  }
  
- Lisp_Object Qcursor_type;
- 
  static void
  IT_frame_up_to_date (struct frame *f)
  {
--- 1994,1999 ----
***************
*** 5267,5284 ****
  #ifndef HAVE_X_WINDOWS
  
    /* The following two are from xfns.c:  */
-   Qbar = intern ("bar");
-   staticpro (&Qbar);
-   Qhbar = intern ("hbar");
-   staticpro (&Qhbar);
-   Qcursor_type = intern ("cursor-type");
-   staticpro (&Qcursor_type);
    Qreverse = intern ("reverse");
    staticpro (&Qreverse);
  
    DEFVAR_LISP ("dos-unsupported-char-glyph", &Vdos_unsupported_char_glyph,
               doc: /* *Glyph to display instead of chars not supported by 
current codepage.
- 
  This variable is used only by MSDOS terminals.  */);
    Vdos_unsupported_char_glyph = '\177';
  
--- 5266,5276 ----




reply via email to

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