changeset 96767:970848353475

(parameters): Declare for compiler.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Jul 2008 16:32:40 +0000
parents 19a21a87b52a
children 6b8eb4a3e494
files lisp/term/ns-win.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/ns-win.el	Thu Jul 17 16:32:15 2008 +0000
+++ b/lisp/term/ns-win.el	Thu Jul 17 16:32:40 2008 +0000
@@ -1217,6 +1217,8 @@
   (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))))