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:
parent
92de1dcc48
commit
489382c5bb
@ -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'."
|
||||
|
Loading…
Reference in New Issue
Block a user