(Man-notify-when-ready): Change new-frame to make-frame.

This commit is contained in:
Karl Heuer
1994-05-06 20:28:45 +00:00
parent 01a911e3f5
commit 2c49d8ceab

View File

@@ -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)