emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110503: * nsmenu.m (waiting_for_inpu


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110503: * nsmenu.m (waiting_for_input): Remove wrong decl.
Date: Wed, 10 Oct 2012 17:26:58 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110503
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-10-10 17:26:58 -0700
message:
  * nsmenu.m (waiting_for_input): Remove wrong decl.
modified:
  src/ChangeLog
  src/nsmenu.m
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-10 20:09:47 +0000
+++ b/src/ChangeLog     2012-10-11 00:26:58 +0000
@@ -1,3 +1,7 @@
+2012-10-11  Paul Eggert  <address@hidden>
+
+       * nsmenu.m (waiting_for_input): Remove wrong decl.
+
 2012-10-10  Paul Eggert  <address@hidden>
 
        keyboard.c, keymap.c: Use bool for booleans.

=== modified file 'src/nsmenu.m'
--- a/src/nsmenu.m      2012-10-10 20:09:47 +0000
+++ b/src/nsmenu.m      2012-10-11 00:26:58 +0000
@@ -128,7 +128,6 @@
   static EmacsMenu *last_submenu = nil;
   BOOL needsSet = NO;
   const char *submenuTitle = [[submenu title] UTF8String];
-  extern int waiting_for_input;
   bool owfi;
   Lisp_Object items;
   widget_value *wv, *first_wv, *prev_wv = 0;


reply via email to

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