emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c [lexbind]
Date: Thu, 28 Oct 2004 22:32:17 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.549.2.16 emacs/src/xfns.c:1.549.2.17
*** emacs/src/xfns.c:1.549.2.16 Mon Oct 25 04:22:27 2004
--- emacs/src/xfns.c    Fri Oct 29 02:05:11 2004
***************
*** 1960,1965 ****
--- 1960,1966 ----
        struct frame *cf = XFRAME (frame);
        if (cf != f && FRAME_LIVE_P (f) && FRAME_X_P (cf)
            && FRAME_X_DISPLAY_INFO (cf) == FRAME_X_DISPLAY_INFO (f)
+           && FRAME_XIC_BASE_FONTNAME (cf)
            && !strcmp (FRAME_XIC_BASE_FONTNAME (cf), base_fontname))
          {
            xfs = FRAME_XIC_FONTSET (cf);
***************
*** 3498,3504 ****
  }
  
  DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
!        doc: /* Returns the vendor ID string of the X server of display 
DISPLAY.
  The optional argument DISPLAY specifies which display to ask about.
  DISPLAY should be either a frame or a display name (a string).
  If omitted or nil, that stands for the selected frame's display.  */)
--- 3499,3507 ----
  }
  
  DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0,
!        doc: /* Returns the "vendor ID" string of the X server of display 
DISPLAY.
! \(Labelling every distributor as a "vendor" embodies the false assumption
! that operating systems cannot be developed and distributed noncommercially.)
  The optional argument DISPLAY specifies which display to ask about.
  DISPLAY should be either a frame or a display name (a string).
  If omitted or nil, that stands for the selected frame's display.  */)
***************
*** 3515,3521 ****
  DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
         doc: /* Returns the version numbers of the X server of display DISPLAY.
  The value is a list of three integers: the major and minor
! version numbers of the X Protocol in use, and the vendor-specific release
  number.  See also the function `x-server-vendor'.
  
  The optional argument DISPLAY specifies which display to ask about.
--- 3518,3524 ----
  DEFUN ("x-server-version", Fx_server_version, Sx_server_version, 0, 1, 0,
         doc: /* Returns the version numbers of the X server of display DISPLAY.
  The value is a list of three integers: the major and minor
! version numbers of the X Protocol in use, and the distributor-specific release
  number.  See also the function `x-server-vendor'.
  
  The optional argument DISPLAY specifies which display to ask about.




reply via email to

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