comparison src/keyboard.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 0df5bec3cfdf
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
208 /* This holds a Lisp vector that holds the properties of a single 208 /* This holds a Lisp vector that holds the properties of a single
209 menu item while decoding it in parse_menu_item. 209 menu item while decoding it in parse_menu_item.
210 Using a Lisp vector to hold this information while we decode it 210 Using a Lisp vector to hold this information while we decode it
211 takes care of protecting all the data from GC. */ 211 takes care of protecting all the data from GC. */
212 extern Lisp_Object item_properties; 212 extern Lisp_Object item_properties;
213 213
214 /* This describes the elements of item_properties. 214 /* This describes the elements of item_properties.
215 The first element is not a property, it is a pointer to the item properties 215 The first element is not a property, it is a pointer to the item properties
216 that is saved for GC protection. */ 216 that is saved for GC protection. */
217 #define ITEM_PROPERTY_ITEM 0 217 #define ITEM_PROPERTY_ITEM 0
218 /* The item string. */ 218 /* The item string. */