summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-11-26 06:35:00 +0000
committerRichard M. Stallman <rms@gnu.org>1993-11-26 06:35:00 +0000
commit456360c2b28fdc678a6532d9a7187932a7916c51 (patch)
treec305cc6d3a65fdbc905108990e8f92c9d98b3357
parenta2882b1503140c853afa1298531622321566186d (diff)
downloademacs-456360c2b28fdc678a6532d9a7187932a7916c51.tar.gz
Add sample test for tpu-set-scroll-margins.
-rw-r--r--lisp/=tpu-doc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/=tpu-doc.el b/lisp/=tpu-doc.el
index 4fdc032e409..4d43e81392c 100644
--- a/lisp/=tpu-doc.el
+++ b/lisp/=tpu-doc.el
@@ -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.")
@@ -298,7 +298,7 @@
(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.