Mercurial > hg > xemacs-beta
comparison src/toolbar.c @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | a86b2b5e0111 |
children | 501cfd01ee6d |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
1035 the sixth for the captioned disabled state. Only the up state is | 1035 the sixth for the captioned disabled state. Only the up state is |
1036 mandatory. */ | 1036 mandatory. */ |
1037 if (!CONSP (elt[0])) | 1037 if (!CONSP (elt[0])) |
1038 { | 1038 { |
1039 /* We can't check the buffer-local here because we don't know | 1039 /* We can't check the buffer-local here because we don't know |
1040 which buffer to check in. #### I think this is a bad thing. | 1040 which buffer to check in. #### I think this is a bad thing. |
1041 See if we can't get enough information to this function so | 1041 See if we can't get enough information to this function so |
1042 that it can check. | 1042 that it can check. |
1043 | 1043 |
1044 #### Wrong. We shouldn't be checking the value at all here. | 1044 #### Wrong. We shouldn't be checking the value at all here. |
1045 The user might set or change the value at any time. */ | 1045 The user might set or change the value at any time. */ |
1046 value = Fsymbol_value (elt[0]); | 1046 value = Fsymbol_value (elt[0]); |
1047 | 1047 |
1048 if (!CONSP (value)) | 1048 if (!CONSP (value)) |