]> git.eshelyaron.com Git - emacs.git/commitdiff
(parameters): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Jul 2008 16:32:50 +0000 (16:32 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Jul 2008 16:32:50 +0000 (16:32 +0000)
lisp/ChangeLog
lisp/term/ns-win.el

index f5f436cceb2992c73931631be542183d6a9edcad..d3a0b565d83e9d58165b96fb46c447a27618d7bf 100644 (file)
@@ -1,3 +1,7 @@
+2008-07-17  Glenn Morris  <rgm@gnu.org>
+
+       * term/ns-win.el (parameters): Declare for compiler.
+
 2008-07-17  Fan Kai  <fktpp@xemacs.org>  (tiny change)
 
        * esh-arg.el (eshell-quote-backslash): Fix eshell path completion
index fc4a522ba752fe4109e07ae1a003f28eab451daf..c53527bc641458ea7e602ba31174a9543a4277a7 100644 (file)
@@ -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))))