Mercurial > hg > xemacs-beta
diff lisp/frame.el @ 5292:e4305eb6fb8c
Merge some permissions corrections to trunk.
| author | Stephen J. Turnbull <stephen@xemacs.org> |
|---|---|
| date | Mon, 18 Oct 2010 23:21:23 +0900 |
| parents | 0d43872986b6 |
| children | 8b70d37ab80e 308d34e9f07d |
line wrap: on
line diff
--- a/lisp/frame.el Mon Oct 18 23:03:27 2010 +0900 +++ b/lisp/frame.el Mon Oct 18 23:21:23 2010 +0900 @@ -861,7 +861,7 @@ (defun frame-list () "Return a list of all frames on all devices/consoles." ;; Lists are copies, so nconc is safe here. - (apply 'nconc (mapcar 'device-frame-list (device-list)))) + (mapcan #'device-frame-list (device-list))) (defun frame-type (&optional frame) "Return the type of the specified frame (e.g. `x' or `tty').
