]> code.delx.au - gnu-emacs/blobdiff - lisp/frame.el
Make autoloading commands prompt for autoload file (Bug#7989)
[gnu-emacs] / lisp / frame.el
index 050bd49f4582cad2788c21909a955ce683950780..a95e91c8eebb91e96ad8f147941acbf20d7555a9 100644 (file)
@@ -31,7 +31,7 @@
   (list (cons nil
              (if (fboundp 'tty-create-frame-with-faces)
                  'tty-create-frame-with-faces
-                (lambda (parameters)
+                (lambda (_parameters)
                   (error "Can't create multiple frames without a window system")))))
   "Alist of window-system dependent functions to call to create a new frame.
 The window system startup file should add its frame creation
@@ -1430,7 +1430,7 @@ Examples (measures in pixels) -
 
 In the 3rd, 4th, and 6th examples, the returned value is relative to
 the opposite frame edge from the edge indicated in the input spec."
-  (cons (car spec) (frame-geom-value-cons (car spec) (cdr spec))))
+  (cons (car spec) (frame-geom-value-cons (car spec) (cdr spec) frame)))
 \f
 
 (defun delete-other-frames (&optional frame)