]> code.delx.au - gnu-emacs/blobdiff - lwlib/xlwmenu.c
Fix EDE security flaw involving loading arbitrary Lisp from Project.ede.
[gnu-emacs] / lwlib / xlwmenu.c
index 977f4a70b22cf4cf5ba8a630e8d11679daac091f..0a328f09f1ebfe79a919af1d0f8404516b4e0aa6 100644 (file)
@@ -1,7 +1,7 @@
 /* Implements a lightweight menubar widget.
 
 Copyright (C) 1992 Lucid, Inc.
-Copyright (C) 1994-1995, 1997, 1999-2011  Free Software Foundation, Inc.
+Copyright (C) 1994-1995, 1997, 1999-2012  Free Software Foundation, Inc.
 
 This file is part of the Lucid Widget Library.
 
@@ -113,7 +113,7 @@ xlwMenuTranslations [] =
 <KeyUp>:          key()\n\
 ";
 
-/* FIXME: Space should toggle toggleable menu item but not remove the menu
+/* FIXME: Space should toggle togglable menu item but not remove the menu
    so you can toggle the next one without entering the menu again.  */
 
 /* FIXME: Should ESC close one level of menu structure or the complete menu?  */