summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-07-21 06:30:52 +0000
committerJim Blandy <jimb@redhat.com>1992-07-21 06:30:52 +0000
commit7253d8e00936a6220a6194b467740112db1d02e3 (patch)
treebd3bc4ce7c2cc024ef889f1754729494f2c0a9b0 /lisp
parent151bdc833ef6611acf656aef027513d578b44592 (diff)
downloademacs-7253d8e00936a6220a6194b467740112db1d02e3.tar.gz
emacs-7253d8e00936a6220a6194b467740112db1d02e3.tar.bz2
emacs-7253d8e00936a6220a6194b467740112db1d02e3.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/frame.el2
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.")
;;; Return some frame other than the current frame,
;;; creating one if neccessary. Note that the minibuffer frame, if
;;; separate, is not considered (see next-frame).
-(defun get-frame ()
+(defun get-other-frame ()
(let ((s (if (equal (next-frame (selected-frame)) (selected-frame))
(new-frame)
(next-frame (selected-frame)))))