emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32menu.c,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/w32menu.c,v
Date: Thu, 03 Aug 2006 22:05:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   06/08/03 22:05:08

Index: w32menu.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32menu.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- w32menu.c   12 Mar 2006 16:29:25 -0000      1.80
+++ w32menu.c   3 Aug 2006 22:05:07 -0000       1.81
@@ -1994,6 +1994,9 @@
            }
        }
     }
+  else if (!for_click)
+    /* Make "Cancel" equivalent to C-g.  */
+    Fsignal (Qquit, Qnil);
 
   return Qnil;
 }
@@ -2186,6 +2189,9 @@
            }
        }
     }
+  else
+    /* Make "Cancel" equivalent to C-g.  */
+    Fsignal (Qquit, Qnil);
 
   return Qnil;
 }




reply via email to

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