mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
Add sample test for tpu-set-scroll-margins.
This commit is contained in:
parent
83ba7a933e
commit
6daed836c4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user