]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-notify-when-ready): Change new-frame to make-frame.
authorKarl Heuer <kwzh@gnu.org>
Fri, 6 May 1994 20:28:45 +0000 (20:28 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 6 May 1994 20:28:45 +0000 (20:28 +0000)
lisp/man.el

index 6802ab787665fbf9c514191f48c58724caca1097..bbbc7519ea263add2fcac57f26f191f374e0b87e 100644 (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)