[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xfns.c,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/xfns.c,v |
Date: |
Thu, 31 Jul 2008 02:47:40 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 02:47:32
Index: src/xfns.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xfns.c,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -b -r1.724 -r1.725
--- src/xfns.c 15 Jul 2008 13:04:01 -0000 1.724
+++ src/xfns.c 31 Jul 2008 02:47:30 -0000 1.725
@@ -3143,11 +3143,7 @@
if (EQ (display, Qunbound))
display = Qnil;
dpyinfo = check_x_display_info (display);
-#ifdef MULTI_KBOARD
kb = dpyinfo->terminal->kboard;
-#else
- kb = &the_only_kboard;
-#endif
if (!dpyinfo->terminal->name)
error ("Terminal is not live, can't create new frames on it");
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Jason Rumney, 2008/07/02
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Chong Yidong, 2008/07/08
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Jason Rumney, 2008/07/09
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/xfns.c,v,
Dan Nicolaescu <=
- [Emacs-diffs] Changes to emacs/src/xfns.c,v, Dan Nicolaescu, 2008/07/31