diff lisp/emulation/tpu-extras.el @ 21628:4a3e3887c0dc

Customize.
author Stephen Eglen <stephen@gnu.org>
date Fri, 17 Apr 1998 17:24:17 +0000
parents 83f275dcd93a
children a1f20ca97c0b
line wrap: on
line diff
--- a/lisp/emulation/tpu-extras.el	Fri Apr 17 07:31:56 1998 +0000
+++ b/lisp/emulation/tpu-extras.el	Fri Apr 17 17:24:17 1998 +0000
@@ -110,17 +110,23 @@
 
 ;;;  Customization variables
 
-(defconst tpu-top-scroll-margin 0
+(defcustom tpu-top-scroll-margin 0
   "*Scroll margin at the top of the screen.
-Interpreted as a percent of the current window size.")
-(defconst tpu-bottom-scroll-margin 0
+Interpreted as a percent of the current window size."
+  :type 'integer
+  :group 'tpu)
+(defcustom tpu-bottom-scroll-margin 0
   "*Scroll margin at the bottom of the screen.
-Interpreted as a percent of the current window size.")
+Interpreted as a percent of the current window size."
+  :type 'integer
+  :group 'tpu)
 
-(defvar tpu-backward-char-like-tpu t
+(defcustom tpu-backward-char-like-tpu t
   "*If non-nil, in free cursor mode backward-char (left-arrow) works
 just like TPU/edt.  Otherwise, backward-char will move to the end of
-the previous line when starting from a line beginning.")
+the previous line when starting from a line beginning."
+  :type 'boolean
+  :group 'tpu)
 
 
 ;;;  Global variables