summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-10 21:21:35 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-10 21:21:35 +0000
commited46d56da640e6fa0fc8748099b6df80f277b76a (patch)
treecc29cb9ac87d15f0a873ab213c0ea02e16d4046f /lisp
parentdeb1f183d7c2cd73ca9a92fdcad1659b0c4471ce (diff)
downloademacs-ed46d56da640e6fa0fc8748099b6df80f277b76a.tar.gz
No need to require 'faces and set menu-bar-mode.
(window-frame): Remove; it is now on `frame.c'. (raise-frame, select-frame): Likewise.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/dos-fns.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el
index 924f5a9b76a..8a3ce0d4975 100644
--- a/lisp/dos-fns.el
+++ b/lisp/dos-fns.el
@@ -192,18 +192,6 @@ against the file name, and TYPE is nil for text, t for binary.")
(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.