Mercurial > hg > xemacs-beta
comparison src/dbxrc @ 432:3a7e78e1142d r21-2-24
Import from CVS: tag r21-2-24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:29:58 +0200 |
parents | 697ef44129c6 |
children |
comparison
equal
deleted
inserted
replaced
431:a97165e56215 | 432:3a7e78e1142d |
---|---|
277 pstruct lstream | 277 pstruct lstream |
278 elif lrecord_type_p marker; then | 278 elif lrecord_type_p marker; then |
279 pstruct Lisp_Marker | 279 pstruct Lisp_Marker |
280 elif lrecord_type_p opaque; then | 280 elif lrecord_type_p opaque; then |
281 pstruct Lisp_Opaque | 281 pstruct Lisp_Opaque |
282 elif lrecord_type_p opaque_list; then | 282 elif lrecord_type_p opaque_ptr; then |
283 pstruct Lisp_Opaque_List | 283 pstruct Lisp_Opaque_Ptr |
284 elif lrecord_type_p popup_data; then | 284 elif lrecord_type_p popup_data; then |
285 pstruct popup_data | 285 pstruct popup_data |
286 elif lrecord_type_p process; then | 286 elif lrecord_type_p process; then |
287 pstruct Lisp_Process | 287 pstruct Lisp_Process |
288 elif lrecord_type_p range_table; then | 288 elif lrecord_type_p range_table; then |