comparison src/balloon-x.c @ 138:6608ceec7cf8 r20-2b3

Import from CVS: tag r20-2b3
author cvs
date Mon, 13 Aug 2007 09:31:46 +0200
parents b980b6286996
children 6b37e6ddd302
comparison
equal deleted inserted replaced
137:cae984061f40 138:6608ceec7cf8
129 129
130 return Qnil; 130 return Qnil;
131 } 131 }
132 132
133 DEFUN ("balloon-help-move-to-pointer", Fballoon_help_move_to_pointer, 0, 0, 0, /* 133 DEFUN ("balloon-help-move-to-pointer", Fballoon_help_move_to_pointer, 0, 0, 0, /*
134 Hide balloon help. 134 Move the balloon help to the place where the pointer currently resides.
135 */ 135 */
136 ()) 136 ())
137 { 137 {
138 init (); 138 init ();
139 139
157 } 157 }
158 158
159 void 159 void
160 vars_of_balloon_x (void) 160 vars_of_balloon_x (void)
161 { 161 {
162 Fprovide (intern ("balloon-help")); 162 Fprovide (intern ("c-balloon-help"));
163 } 163 }