]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 0951a0b63550c24ce311afa964e50b5aece58539..1b798de1f4955d8e20f882617b66f005cb2dbcb8 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'."