mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-25 07:40:40 -07:00
(make-frame): Renamed from new-frame.
(new-frame): Alias for make-frame.
This commit is contained in:
parent
05c53e7cf5
commit
92e443b155
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue