comparison src/frame.c @ 111156:11b664cef40f

src/frame.c: Fix previous change.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 22 Oct 2010 12:52:08 +0200
parents bfc9f85a0e9d
children bf6806de6892 376148b31b5e
comparison
equal deleted inserted replaced
111155:bfc9f85a0e9d 111156:11b664cef40f
270 FRAME defaults to the currently selected frame. 270 FRAME defaults to the currently selected frame.
271 271
272 Use of this function as a predicate is deprecated. Instead, 272 Use of this function as a predicate is deprecated. Instead,
273 use `display-graphic-p' or any of the other `display-*-p' 273 use `display-graphic-p' or any of the other `display-*-p'
274 predicates which report frame's specific UI-related capabilities. */) 274 predicates which report frame's specific UI-related capabilities. */)
275
276 FRAME defaults to the currently selected frame. */)
277 (frame) 275 (frame)
278 Lisp_Object frame; 276 Lisp_Object frame;
279 { 277 {
280 Lisp_Object type; 278 Lisp_Object type;
281 if (NILP (frame)) 279 if (NILP (frame))