From: Richard M. Stallman Date: Fri, 18 Feb 1994 20:11:20 +0000 (+0000) Subject: (Fx_parse_geometry): Don't call check_x. X-Git-Tag: emacs-19.34~9854 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=231ce2524126df224fc9e85b70634e693978411b;p=emacs.git (Fx_parse_geometry): Don't call check_x. --- diff --git a/src/xfns.c b/src/xfns.c index 0c775d3994f..0140d856790 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1487,7 +1487,6 @@ Returns an alist of the form ((top . TOP), (left . LEFT) ... ).") unsigned int width, height; Lisp_Object values[4]; - check_x (); CHECK_STRING (string, 0); geometry = XParseGeometry ((char *) XSTRING (string)->data,