aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/man.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-05-06 20:28:45 +0000
committerKarl Heuer <[email protected]>1994-05-06 20:28:45 +0000
commit2c49d8ceab8f69ca35fdc889e0f08d40cce29393 (patch)
tree3e0ce8babcecbf648559fadfae9a561d7ed3ad04 /lisp/man.el
parent01a911e3f595f8bd4ead44a41697616a4769ef41 (diff)
(Man-notify-when-ready): Change new-frame to make-frame.
Diffstat (limited to 'lisp/man.el')
-rw-r--r--lisp/man.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 6802ab7876..bbbc7519ea 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -487,7 +487,7 @@ See the variable `Man-notify' for the different notification behaviors."
;; the selected window's buffer.
(save-excursion
(set-buffer man-buffer)
- (new-frame Man-frame-parameters)))
+ (make-frame Man-frame-parameters)))
((eq Man-notify 'bully)
(and window-system
(frame-live-p Man-original-frame)