]> git.eshelyaron.com Git - emacs.git/commitdiff
Add sample test for tpu-set-scroll-margins.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Nov 1993 06:35:00 +0000 (06:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Nov 1993 06:35:00 +0000 (06:35 +0000)
lisp/tpu-doc.el

index 4fdc032e409632f4e0f0a5e953e02ae2f946a733..4d43e81392c3caf8eef239567f2e83abd38ee0c9 100644 (file)
@@ -22,7 +22,7 @@
 ;; along with GNU Emacs; see the file COPYING.  If not, write to
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-(defconst tpu-doc-revision "$Revision: 1.4 $"
+(defconst tpu-doc-revision "$Revision: 1.5 $"
   "TPU-edt documentation revision number.")
 
 
 (load "tpu-recall" t)
 
 ;; Uncomment this line to set scroll margins 10% (top) and 15% (bottom).
-;(tpu-set-scroll-margins "10%" "15%")
+;(and (fboundp 'tpu-set-scroll-margins) (tpu-set-scroll-margins "10%" "15%"))
 
 ;; Load the vtxxx terminal control functions, but don't complain if
 ;; if the file is not found.