Mercurial > hg > xemacs-beta
comparison src/emacsfns.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 28f395d8dc7a |
children | 5a88923fcbfe |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1090 Lisp_Object Fmouse_pixel_position (Lisp_Object device); | 1090 Lisp_Object Fmouse_pixel_position (Lisp_Object device); |
1091 Lisp_Object Fset_mouse_position (Lisp_Object window, | 1091 Lisp_Object Fset_mouse_position (Lisp_Object window, |
1092 Lisp_Object x, Lisp_Object y); | 1092 Lisp_Object x, Lisp_Object y); |
1093 Lisp_Object Fset_mouse_pixel_position (Lisp_Object window, | 1093 Lisp_Object Fset_mouse_pixel_position (Lisp_Object window, |
1094 Lisp_Object x, Lisp_Object y); | 1094 Lisp_Object x, Lisp_Object y); |
1095 Lisp_Object Fraise_frame (Lisp_Object frame); | |
1095 Lisp_Object Fmake_frame_visible (Lisp_Object frame); | 1096 Lisp_Object Fmake_frame_visible (Lisp_Object frame); |
1096 Lisp_Object Fmake_frame_invisible (Lisp_Object frame, | 1097 Lisp_Object Fmake_frame_invisible (Lisp_Object frame, |
1097 Lisp_Object ignored); | 1098 Lisp_Object ignored); |
1098 Lisp_Object Ficonify_frame (Lisp_Object frame); | 1099 Lisp_Object Ficonify_frame (Lisp_Object frame); |
1099 Lisp_Object Fdeiconify_frame (Lisp_Object frame); | 1100 Lisp_Object Fdeiconify_frame (Lisp_Object frame); |
1169 | 1170 |
1170 /* Defined in general.c */ | 1171 /* Defined in general.c */ |
1171 extern Lisp_Object Qactually_requested; | 1172 extern Lisp_Object Qactually_requested; |
1172 extern Lisp_Object Qafter; | 1173 extern Lisp_Object Qafter; |
1173 extern Lisp_Object Qall; | 1174 extern Lisp_Object Qall; |
1175 extern Lisp_Object Qand; | |
1174 extern Lisp_Object Qassoc; | 1176 extern Lisp_Object Qassoc; |
1175 extern Lisp_Object Qat; | 1177 extern Lisp_Object Qat; |
1176 extern Lisp_Object Qautodetect; | 1178 extern Lisp_Object Qautodetect; |
1177 extern Lisp_Object Qautomatic_conversion; | 1179 extern Lisp_Object Qautomatic_conversion; |
1178 extern Lisp_Object Qbad_variable; | 1180 extern Lisp_Object Qbad_variable; |
1242 extern Lisp_Object Qminus; | 1244 extern Lisp_Object Qminus; |
1243 extern Lisp_Object Qmodifiers; | 1245 extern Lisp_Object Qmodifiers; |
1244 extern Lisp_Object Qmotion; | 1246 extern Lisp_Object Qmotion; |
1245 extern Lisp_Object Qname; | 1247 extern Lisp_Object Qname; |
1246 extern Lisp_Object Qnone; | 1248 extern Lisp_Object Qnone; |
1249 extern Lisp_Object Qnot; | |
1247 extern Lisp_Object Qnothing; | 1250 extern Lisp_Object Qnothing; |
1248 extern Lisp_Object Qnotice; | 1251 extern Lisp_Object Qnotice; |
1249 extern Lisp_Object Qobject; | 1252 extern Lisp_Object Qobject; |
1250 extern Lisp_Object Qonly; | 1253 extern Lisp_Object Qonly; |
1254 extern Lisp_Object Qor; | |
1251 extern Lisp_Object Qother; | 1255 extern Lisp_Object Qother; |
1252 extern Lisp_Object Qpath; | 1256 extern Lisp_Object Qpath; |
1253 extern Lisp_Object Qpointer; | 1257 extern Lisp_Object Qpointer; |
1254 extern Lisp_Object Qprint; | 1258 extern Lisp_Object Qprint; |
1255 extern Lisp_Object Qprocess; | 1259 extern Lisp_Object Qprocess; |