From: Eli Zaretskii Date: Sun, 25 Aug 2019 07:10:01 +0000 (+0300) Subject: ; Improve a recent change. X-Git-Tag: emacs-27.0.90~1328^2~76 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26703b98f93ff6e0819e43b872bfe63f8753dfcb;p=emacs.git ; Improve a recent change. * src/frame.c (Fx_parse_geometry): Improve the comment about non-initialization of some locals. --- diff --git a/src/frame.c b/src/frame.c index cf38c85f09f..1d42d0cb4de 100644 --- a/src/frame.c +++ b/src/frame.c @@ -5328,7 +5328,8 @@ On Nextstep, this just calls `ns-parse-geometry'. */) (Lisp_Object string) { /* x and y don't need initialization, as they are not accessed - unless XParseGeometry sets them. */ + unless XParseGeometry sets them, in which case it always returns + a non-zero value. */ int x UNINIT, y UNINIT; unsigned int width, height;