aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-08-13 23:40:02 +0000
committerChong Yidong2008-08-13 23:40:02 +0000
commit489382c5bb387cdab2845f3a7f8cdf6bfa7c4c92 (patch)
tree92e3f85dbc01fbbbf68882bd28f37e469c3941e7
parent92de1dcc48cecbc93fd17428dbf936ee9b6b0a26 (diff)
downloademacs-489382c5bb387cdab2845f3a7f8cdf6bfa7c4c92.tar.gz
emacs-489382c5bb387cdab2845f3a7f8cdf6bfa7c4c92.zip
(ns-parse-geometry): Rename from x-parse-geometry.
-rw-r--r--lisp/term/ns-win.el2
1 files changed, 1 insertions, 1 deletions
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."
159 (setq args (cons orig-this-switch args))))) 159 (setq args (cons orig-this-switch args)))))
160 (nreverse args)) 160 (nreverse args))
161 161
162(defun x-parse-geometry (geom) 162(defun ns-parse-geometry (geom)
163 "Parse a Nextstep-style geometry string GEOM. 163 "Parse a Nextstep-style geometry string GEOM.
164Returns an alist of the form ((top . TOP), (left . LEFT) ... ). 164Returns an alist of the form ((top . TOP), (left . LEFT) ... ).
165The properties returned may include `top', `left', `height', and `width'." 165The properties returned may include `top', `left', `height', and `width'."