emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99715: * keyboard.c (Fset_input_inte


From: Dan Nicolaescu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99715: * keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
Date: Sun, 21 Mar 2010 19:56:56 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99715
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Sun 2010-03-21 19:56:56 -0700
message:
  * keyboard.c (Fset_input_interrupt_mode): Remove code depending on 
NO_SOCK_SIGIO,
  not used anymore.
modified:
  admin/CPP-DEFINES
  src/ChangeLog
  src/keyboard.c
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2010-03-20 01:03:39 +0000
+++ b/admin/CPP-DEFINES 2010-03-22 02:56:56 +0000
@@ -75,9 +75,6 @@
 VIRT_ADDR_VARIES
 WORDS_BIG_ENDIAN
 
-** Not used anymore by any port, can be cleaned up
-NO_SOCK_SIGIO
-
 ** Misc macros
 USER_FULL_NAME   If defined, overrides the default pw->pw_gecos for getting at 
the full user name.  Only MSDOS overrides the default.
 

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-03-21 19:59:04 +0000
+++ b/src/ChangeLog     2010-03-22 02:56:56 +0000
@@ -1,3 +1,8 @@
+2010-03-22  Dan Nicolaescu  <address@hidden>
+
+       * keyboard.c (Fset_input_interrupt_mode): Remove code depending on
+       NO_SOCK_SIGIO, not used anymore.
+
 2010-03-21  Dan Nicolaescu  <address@hidden>
 
        * m/vax.h (BSD_SYSTEM, BSD4_2): Remove conditionals, we only

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2010-03-10 14:45:21 +0000
+++ b/src/keyboard.c    2010-03-22 02:56:56 +0000
@@ -11304,11 +11304,7 @@
     {
       /* When using X, don't give the user a real choice,
         because we haven't implemented the mechanisms to support it.  */
-#ifdef NO_SOCK_SIGIO
-      new_interrupt_input = 0;
-#else /* not NO_SOCK_SIGIO */
       new_interrupt_input = 1;
-#endif /* NO_SOCK_SIGIO */
     }
   else
 #endif /* HAVE_X_WINDOWS */


reply via email to

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