Mercurial > hg > xemacs-beta
comparison src/fns.c @ 408:501cfd01ee6d r21-2-34
Import from CVS: tag r21-2-34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:18:11 +0200 |
parents | b8cc9ab3f761 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
407:ed6218a7d4d3 | 408:501cfd01ee6d |
---|---|
3227 => ; Non-nil if this Emacs supports TTY frames. | 3227 => ; Non-nil if this Emacs supports TTY frames. |
3228 | 3228 |
3229 (featurep '(or (and xemacs 19.15) (and emacs 19.34))) | 3229 (featurep '(or (and xemacs 19.15) (and emacs 19.34))) |
3230 => ; Non-nil on XEmacs 19.15 and later, or FSF Emacs 19.34 and later. | 3230 => ; Non-nil on XEmacs 19.15 and later, or FSF Emacs 19.34 and later. |
3231 | 3231 |
3232 (featurep '(and xemacs 21.02)) | |
3233 => ; Non-nil on XEmacs 21.2 and later. | |
3234 | |
3232 NOTE: The advanced arguments of this function (anything other than a | 3235 NOTE: The advanced arguments of this function (anything other than a |
3233 symbol) are not yet supported by FSF Emacs. If you feel they are useful | 3236 symbol) are not yet supported by FSF Emacs. If you feel they are useful |
3234 for supporting multiple Emacs variants, lobby Richard Stallman at | 3237 for supporting multiple Emacs variants, lobby Richard Stallman at |
3235 <bug-gnu-emacs@prep.ai.mit.edu>. | 3238 <bug-gnu-emacs@gnu.org>. |
3236 */ | 3239 */ |
3237 (fexp)) | 3240 (fexp)) |
3238 { | 3241 { |
3239 #ifndef FEATUREP_SYNTAX | 3242 #ifndef FEATUREP_SYNTAX |
3240 CHECK_SYMBOL (fexp); | 3243 CHECK_SYMBOL (fexp); |