]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_parse_geometry): Don't call check_x.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Feb 1994 20:11:20 +0000 (20:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Feb 1994 20:11:20 +0000 (20:11 +0000)
src/xfns.c

index 0c775d3994f485b17d3aee483d515d79caa8ee9a..0140d856790f3cec16ed89175980fc18ba58a280 100644 (file)
@@ -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,