(ns-parse-geometry): Rename from x-parse-geometry.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 13 Aug 2008 23:40:02 +0000 (23:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 13 Aug 2008 23:40:02 +0000 (23:40 +0000)
lisp/term/ns-win.el

index 0951a0b..1b798de 100644 (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'."