diff options
| author | Richard M. Stallman | 1996-06-10 21:21:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-10 21:21:35 +0000 |
| commit | b2e00ea26138f24b6510bc13892c5ffbb2dc23ee (patch) | |
| tree | e34427c7d5aae82018cd2ed81cd35cbee1790e77 | |
| parent | 004f057a42eeb76021b2de3f5f8b1fd07d0421f4 (diff) | |
| download | emacs-b2e00ea26138f24b6510bc13892c5ffbb2dc23ee.tar.gz emacs-b2e00ea26138f24b6510bc13892c5ffbb2dc23ee.zip | |
No need to require 'faces and set menu-bar-mode.
(window-frame): Remove; it is now on `frame.c'.
(raise-frame, select-frame): Likewise.
| -rw-r--r-- | lisp/dos-fns.el | 12 |
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.") | |||
| 192 | (defsubst intdos (regs) | 192 | (defsubst intdos (regs) |
| 193 | (int86 33 regs)) | 193 | (int86 33 regs)) |
| 194 | 194 | ||
| 195 | ;; Extra stub to functions in src/frame.c | ||
| 196 | ;; Emacs aborts during dump if the following don't have a doc string. | ||
| 197 | (defun window-frame (window) | ||
| 198 | "Return the frame that WINDOW resides on." | ||
| 199 | (selected-frame)) | ||
| 200 | (defun raise-frame (frame) | ||
| 201 | "Raise FRAME to the top of the desktop." | ||
| 202 | nil) | ||
| 203 | (defun select-frame (frame &optional no-enter) | ||
| 204 | "Select FRAME for input events." | ||
| 205 | (selected-frame)) | ||
| 206 | |||
| 207 | ;; Support for printing under MS-DOS, see lpr.el and ps-print.el. | 195 | ;; Support for printing under MS-DOS, see lpr.el and ps-print.el. |
| 208 | (defvar dos-printer "PRN" | 196 | (defvar dos-printer "PRN" |
| 209 | "*The name of a local MS-DOS device to which data is sent for printing. | 197 | "*The name of a local MS-DOS device to which data is sent for printing. |