### Eclipse Workspace Patch 1.0
#P Drupal 7
Index: misc/autocomplete.js
===================================================================
RCS file: /cvs/drupal/drupal/misc/autocomplete.js,v
retrieving revision 1.34
diff -u -r1.34 autocomplete.js
--- misc/autocomplete.js	5 Sep 2009 12:03:31 -0000	1.34
+++ misc/autocomplete.js	28 Nov 2009 13:45:18 -0000
@@ -59,6 +59,8 @@
     case 38: // up arrow.
       this.selectUp();
       return false;
+    case 220: // back slash.
+      return false;
     default: // All other keys.
       return true;
   }
