1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-06 08:54:05 +00:00

(ns-parse-geometry): Rename from x-parse-geometry.

This commit is contained in:
Chong Yidong 2008-08-13 23:40:02 +00:00
parent 92de1dcc48
commit 489382c5bb

View File

@ -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'."