Mercurial > hg > xemacs-beta
comparison src/specifier.c @ 4437:11357f7846bf
Fix typo.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 11 Mar 2008 23:15:08 -0700 |
parents | 515b91f904c1 |
children | f31c12360354 e0db3c197671 |
comparison
equal
deleted
inserted
replaced
4436:a72dc882abf1 | 4437:11357f7846bf |
---|---|
2950 return Qunbound; | 2950 return Qunbound; |
2951 } | 2951 } |
2952 | 2952 |
2953 /* Given a SPECIFIER and a DOMAIN, return a specific instance for that | 2953 /* Given a SPECIFIER and a DOMAIN, return a specific instance for that |
2954 specifier. Try to find one by checking the specifier types from most | 2954 specifier. Try to find one by checking the specifier types from most |
2955 specific (buffer) to most general (global). If we find an instance, | 2955 specific (window) to most general (global). If we find an instance, |
2956 return it. Otherwise return Qunbound. */ | 2956 return it. Otherwise return Qunbound. */ |
2957 | 2957 |
2958 #define CHECK_INSTANCE_ENTRY(key, matchspec, type) do { \ | 2958 #define CHECK_INSTANCE_ENTRY(key, matchspec, type) do { \ |
2959 Lisp_Object *CIE_inst_list = \ | 2959 Lisp_Object *CIE_inst_list = \ |
2960 specifier_get_inst_list (specifier, key, type); \ | 2960 specifier_get_inst_list (specifier, key, type); \ |