changeset 15400:64095f6a315c

No need to require 'faces and set menu-bar-mode. (window-frame): Remove; it is now on `frame.c'. (raise-frame, select-frame): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Jun 1996 21:21:35 +0000
parents e9ec008793fd
children 497d2d71389a
files lisp/dos-fns.el
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dos-fns.el	Mon Jun 10 21:20:40 1996 +0000
+++ b/lisp/dos-fns.el	Mon Jun 10 21:21:35 1996 +0000
@@ -192,18 +192,6 @@
 (defsubst intdos (regs)
   (int86 33 regs))
 
-;; Extra stub to functions in src/frame.c
-;; Emacs aborts during dump if the following don't have a doc string.
-(defun window-frame (window)
-  "Return the frame that WINDOW resides on."
-  (selected-frame))
-(defun raise-frame (frame)
-  "Raise FRAME to the top of the desktop."
-  nil)
-(defun select-frame (frame &optional no-enter)
-  "Select FRAME for input events."
-  (selected-frame))
-
 ;; Support for printing under MS-DOS, see lpr.el and ps-print.el.
 (defvar dos-printer "PRN"
   "*The name of a local MS-DOS device to which data is sent for printing.