Mercurial > hg > xemacs-beta
diff lisp/prim/glyphs.el @ 36:c53a95d3c46d r19-15b101
Import from CVS: tag r19-15b101
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:53:38 +0200 |
parents | 8fc7fe29b841 |
children | 2e6f5e180fb8 |
line wrap: on
line diff
--- a/lisp/prim/glyphs.el Mon Aug 13 08:53:21 2007 +0200 +++ b/lisp/prim/glyphs.el Mon Aug 13 08:53:38 2007 +0200 @@ -465,7 +465,8 @@ (and (image-instance-p object) (eq 'pointer (image-instance-type object)))) (defun subwindow-image-instance-p (object) - "t if OBJECT is an image instance of type `subwindow'." + "t if OBJECT is an image instance of type `subwindow'. +Subwindows are not implemented in this version of XEmacs." (and (image-instance-p object) (eq 'subwindow (image-instance-type object)))) ;;;;;;;;;; the built-in glyphs