emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/tpu-edt.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/tpu-edt.el
Date: Tue, 25 Dec 2001 06:20:29 -0500

Index: emacs/lisp/emulation/tpu-edt.el
diff -c emacs/lisp/emulation/tpu-edt.el:1.32 
emacs/lisp/emulation/tpu-edt.el:1.33
*** emacs/lisp/emulation/tpu-edt.el:1.32        Wed Oct 10 01:57:24 2001
--- emacs/lisp/emulation/tpu-edt.el     Tue Dec 25 06:20:28 2001
***************
*** 675,682 ****
  (defun tpu-reset-screen-size (height width)
    "Sets the screen size."
    (interactive "nnew screen height: \nnnew screen width: ")
!   (set-screen-height height)
!   (set-screen-width width))
  
  (defun tpu-toggle-newline-and-indent nil
    "Toggle between 'newline and indent' and 'simple newline'."
--- 675,682 ----
  (defun tpu-reset-screen-size (height width)
    "Sets the screen size."
    (interactive "nnew screen height: \nnnew screen width: ")
!   (set-frame-height (selected-frame) height)
!   (set-frame-width (selected-frame) width))
  
  (defun tpu-toggle-newline-and-indent nil
    "Toggle between 'newline and indent' and 'simple newline'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]