1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(parameters): Declare for compiler.

This commit is contained in:
Glenn Morris 2008-07-17 16:32:50 +00:00
parent cbbda77f80
commit e5744c6666
2 changed files with 6 additions and 0 deletions

View 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

View 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))))