From 489382c5bb387cdab2845f3a7f8cdf6bfa7c4c92 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 13 Aug 2008 23:40:02 +0000 Subject: [PATCH] (ns-parse-geometry): Rename from x-parse-geometry. --- lisp/term/ns-win.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 0951a0b6355..1b798de1f49 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -159,7 +159,7 @@ The return value is ARGS minus the number of arguments processed." (setq args (cons orig-this-switch args))))) (nreverse args)) -(defun x-parse-geometry (geom) +(defun ns-parse-geometry (geom) "Parse a Nextstep-style geometry string GEOM. Returns an alist of the form ((top . TOP), (left . LEFT) ... ). The properties returned may include `top', `left', `height', and `width'." -- 2.39.2