Mercurial > hg > xemacs-beta
comparison src/frame.c @ 213:78f53ef88e17 r20-4b5
Import from CVS: tag r20-4b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:06:47 +0200 |
parents | 41ff10fd062f |
children | 1f0dabaa0855 |
comparison
equal
deleted
inserted
replaced
212:d8688acf4c5b | 213:78f53ef88e17 |
---|---|
2198 on it, then the value will be used in place of that symbol when looking | 2198 on it, then the value will be used in place of that symbol when looking |
2199 up and setting frame property values. This allows you to alias one | 2199 up and setting frame property values. This allows you to alias one |
2200 frame property name to another. | 2200 frame property name to another. |
2201 | 2201 |
2202 See the variables `default-x-frame-plist', `default-tty-frame-plist' | 2202 See the variables `default-x-frame-plist', `default-tty-frame-plist' |
2203 and `default-w32-frame-plist' for a description of the properties | 2203 and `default-mswindows-frame-plist' for a description of the properties |
2204 recognized for particular types of frames. | 2204 recognized for particular types of frames. |
2205 */ | 2205 */ |
2206 (frame, plist)) | 2206 (frame, plist)) |
2207 { | 2207 { |
2208 struct frame *f = decode_frame (frame); | 2208 struct frame *f = decode_frame (frame); |