diff lisp/electric/electric.el @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents 585fb297b004
children
line wrap: on
line diff
--- a/lisp/electric/electric.el	Mon Aug 13 09:36:20 2007 +0200
+++ b/lisp/electric/electric.el	Mon Aug 13 09:37:19 2007 +0200
@@ -75,9 +75,9 @@
 	    current-mouse-event
 	      (and (or (button-press-event-p last-command-event)
 		       (button-release-event-p last-command-event)
-		       (menu-event-p last-command-event))
+		       (misc-user-event-p last-command-event))
 		   last-command-event)
-	    this-command (if (menu-event-p last-command-event)
+	    this-command (if (misc-user-event-p last-command-event)
 			     last-command-event
                              (key-binding cmd t))
 	    cmd this-command)