]> git.eshelyaron.com Git - emacs.git/commitdiff
* blockinput.h: Remove obsolete comment.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 19:51:46 +0000 (21:51 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 11 Jul 2010 19:51:46 +0000 (21:51 +0200)
src/ChangeLog
src/blockinput.h

index 2e5ea4658dc0376d2742eca545622d328a46c965..14b11d647095bfcc6658cf4786ccef7d422885dc 100644 (file)
@@ -1,5 +1,7 @@
 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
 
+       * blockinput.h: Remove obsolete comment.
+
        * lisp.h: Include <stddef.h>.
        (OFFSETOF): Don't define.
        (VECSIZE): Use offsetof instead of OFFSETOF.
index 99c8274fc60eb957d76dda34d21564c4964f927e..7ba6fc264fd2cdd144255a32110c733eb2743338 100644 (file)
@@ -122,7 +122,6 @@ extern int pending_atimers;
 #define INPUT_BLOCKED_P (interrupt_input_blocked > 0)
 
 /* Defined in keyboard.c */
-/* Don't use a prototype here; it causes trouble in some files.  */
 extern void reinvoke_input_signal (void);
 
 #endif /* EMACS_BLOCKINPUT_H */