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:
parent
cbbda77f80
commit
e5744c6666
@ -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
|
||||
|
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user