From 2c49d8ceab8f69ca35fdc889e0f08d40cce29393 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 6 May 1994 20:28:45 +0000 Subject: [PATCH] (Man-notify-when-ready): Change new-frame to make-frame. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index 6802ab78766..bbbc7519ea2 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) -- 2.39.5