diff options
author | Glenn Morris <rgm@gnu.org> | 2013-10-27 06:22:53 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-27 06:22:53 -0400 |
commit | fb029763498d63e1ae8fbd0cde526336d3fb195c (patch) | |
tree | 01ebb7db694d0e3b67fad74e38321103db6ef6dd /lisp/emulation | |
parent | 0f771d26c8f2c171cbfc9e9ed1183f14787b6ceb (diff) | |
download | emacs-fb029763498d63e1ae8fbd0cde526336d3fb195c.tar.gz |
Auto-commit of loaddefs files.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/tpu-edt.el | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/emulation/tpu-edt.el b/lisp/emulation/tpu-edt.el index e2fcf2eae41..f863d64107f 100644 --- a/lisp/emulation/tpu-edt.el +++ b/lisp/emulation/tpu-edt.el @@ -2438,6 +2438,35 @@ If FILE is nil, try to load a default file. The default file names are (setq tpu-edt-mode nil)) +;;;### (autoloads nil "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/emulation/tpu-extras" +;;;;;; "tpu-extras.el" "ae3bca6f21640b5713a7c58c40f30847") +;;; Generated autoloads from tpu-extras.el + +(autoload 'tpu-cursor-free-mode "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/emulation/tpu-extras" "\ +Minor mode to allow the cursor to move freely about the screen. +With a prefix argument ARG, enable the mode if ARG is positive, +and disable it otherwise. If called from Lisp, enable the mode +if ARG is omitted or nil. + +\(fn &optional ARG)" t nil) + +(autoload 'tpu-set-scroll-margins "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/emulation/tpu-extras" "\ +Set scroll margins. + +\(fn TOP BOTTOM)" t nil) + +(autoload 'tpu-set-cursor-free "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/emulation/tpu-extras" "\ +Allow the cursor to move freely about the screen. + +\(fn)" t nil) + +(autoload 'tpu-set-cursor-bound "../../../../../../srv/data/home/r/rgm/emacs/bzr/trunk/lisp/emulation/tpu-extras" "\ +Constrain the cursor to the flow of the text. + +\(fn)" t nil) + +;;;*** + ;;;### (autoloads (tpu-set-cursor-bound tpu-set-cursor-free tpu-set-scroll-margins ;;;;;; tpu-cursor-free-mode) "tpu-extras" "tpu-extras.el" "ae3bca6f21640b5713a7c58c40f30847") ;;; Generated autoloads from tpu-extras.el |