changeset 97447:378d7afbbe93

(ns-parse-geometry): Rename from x-parse-geometry.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 13 Aug 2008 23:40:02 +0000
parents 84a0c40d3e82
children c8189c33c2e6
files lisp/term/ns-win.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/ns-win.el	Wed Aug 13 23:39:51 2008 +0000
+++ b/lisp/term/ns-win.el	Wed Aug 13 23:40:02 2008 +0000
@@ -159,7 +159,7 @@
 	(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'."