/[emacs]/emacs/lisp/emulation/tpu-edt.el
ViewVC logotype

Diff of /emacs/lisp/emulation/tpu-edt.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by pj, Wed Oct 10 05:57:24 2001 UTC revision 1.33 by pj, Tue Dec 25 11:20:28 2001 UTC
# Line 675  With argument, fill and justify." Line 675  With argument, fill and justify."
675  (defun tpu-reset-screen-size (height width)  (defun tpu-reset-screen-size (height width)
676    "Sets the screen size."    "Sets the screen size."
677    (interactive "nnew screen height: \nnnew screen width: ")    (interactive "nnew screen height: \nnnew screen width: ")
678    (set-screen-height height)    (set-frame-height (selected-frame) height)
679    (set-screen-width width))    (set-frame-width (selected-frame) width))
680    
681  (defun tpu-toggle-newline-and-indent nil  (defun tpu-toggle-newline-and-indent nil
682    "Toggle between 'newline and indent' and 'simple newline'."    "Toggle between 'newline and indent' and 'simple newline'."

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26