diff options
| author | Richard M. Stallman | 1994-02-18 20:11:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-18 20:11:20 +0000 |
| commit | 231ce2524126df224fc9e85b70634e693978411b (patch) | |
| tree | 8b3c6357f1b9c0df546148b030a7e2a1dd0db05f /src | |
| parent | 2b64612dcb41ae7ed4d2d06615df8b62bc5dbb27 (diff) | |
| download | emacs-231ce2524126df224fc9e85b70634e693978411b.tar.gz emacs-231ce2524126df224fc9e85b70634e693978411b.zip | |
(Fx_parse_geometry): Don't call check_x.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) ... ).") | |||
| 1487 | unsigned int width, height; | 1487 | unsigned int width, height; |
| 1488 | Lisp_Object values[4]; | 1488 | Lisp_Object values[4]; |
| 1489 | 1489 | ||
| 1490 | check_x (); | ||
| 1491 | CHECK_STRING (string, 0); | 1490 | CHECK_STRING (string, 0); |
| 1492 | 1491 | ||
| 1493 | geometry = XParseGeometry ((char *) XSTRING (string)->data, | 1492 | geometry = XParseGeometry ((char *) XSTRING (string)->data, |