diff options
| author | Jim Blandy | 1992-07-21 06:30:52 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-21 06:30:52 +0000 |
| commit | 7253d8e00936a6220a6194b467740112db1d02e3 (patch) | |
| tree | bd3bc4ce7c2cc024ef889f1754729494f2c0a9b0 /lisp | |
| parent | 151bdc833ef6611acf656aef027513d578b44592 (diff) | |
| download | emacs-7253d8e00936a6220a6194b467740112db1d02e3.tar.gz emacs-7253d8e00936a6220a6194b467740112db1d02e3.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/frame.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index c3e28eaaeea..f4082963006 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -141,7 +141,7 @@ These supercede the values given in default-frame-alist.") | |||
| 141 | ;;; Return some frame other than the current frame, | 141 | ;;; Return some frame other than the current frame, |
| 142 | ;;; creating one if neccessary. Note that the minibuffer frame, if | 142 | ;;; creating one if neccessary. Note that the minibuffer frame, if |
| 143 | ;;; separate, is not considered (see next-frame). | 143 | ;;; separate, is not considered (see next-frame). |
| 144 | (defun get-frame () | 144 | (defun get-other-frame () |
| 145 | (let ((s (if (equal (next-frame (selected-frame)) (selected-frame)) | 145 | (let ((s (if (equal (next-frame (selected-frame)) (selected-frame)) |
| 146 | (new-frame) | 146 | (new-frame) |
| 147 | (next-frame (selected-frame))))) | 147 | (next-frame (selected-frame))))) |