From: Glenn Morris Date: Thu, 17 Jul 2008 16:32:50 +0000 (+0000) Subject: (parameters): Declare for compiler. X-Git-Tag: emacs-pretest-23.0.90~4108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5744c66661fd4c5e118c0a9f451835543dcb789;p=emacs.git (parameters): Declare for compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f5f436cceb2..d3a0b565d83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-07-17 Glenn Morris + + * term/ns-win.el (parameters): Declare for compiler. + 2008-07-17 Fan Kai (tiny change) * esh-arg.el (eshell-quote-backslash): Fix eshell path completion diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index fc4a522ba75..c53527bc641 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el @@ -1217,6 +1217,8 @@ unless the current buffer is a scratch buffer.") (other-frame -1)) ;; If no position specified, make new frame offset by 25 from current. +(defvar parameters) ; dynamically bound in make-frame + (add-hook 'before-make-frame-hook (lambda () (let ((left (cdr (assq 'left (frame-parameters))))