Function: dos-mode25
dos-mode25 is an interactive and byte-compiled function defined in
dos-fns.el.gz.
Signature
(dos-mode25)
Documentation
Change the number of screen rows to 25.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/dos-fns.el.gz
;; Backward compatibility for obsolescent functions which
;; set screen size.
(defun dos-mode25 ()
"Change the number of screen rows to 25."
(interactive)
(set-frame-size (selected-frame) 80 25))