summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-03-18 19:22:48 +0000
committerRichard M. Stallman <rms@gnu.org>1993-03-18 19:22:48 +0000
commit3c8a947ed679e72d161a7ce5ded92bb843e7c35b (patch)
tree782277c57d3f9da279d29de58c9641ea183adba2
parente6a17e8bfbd6f699009a68260405a344bfe2786d (diff)
downloademacs-3c8a947ed679e72d161a7ce5ded92bb843e7c35b.tar.gz
(make-frame): Renamed from new-frame.
(new-frame): Alias for make-frame.
-rw-r--r--lisp/frame.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 989b3efa2ec..2607d360ab0 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -236,7 +236,9 @@ These supercede the values given in `default-frame-alist'.")
(> (minibuffer-depth) 0)
t)))
-(defun new-frame (&optional parameters)
+;; Alias, kept temporarily.
+(fset 'new-frame 'make-frame)
+(defun make-frame (&optional parameters)
"Create a new frame, displaying the current buffer.
Optional argument PARAMETERS is an alist of parameters for the new