aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2022-08-08 11:13:58 +0200
committerStefan Kangas2022-08-08 11:15:33 +0200
commit77bf50cb330807039cc84138fb84870bd6d532e2 (patch)
treeaa04c79e35b8319fbeab24d5c1291fb9c51eddb0
parent4b5414abbc01a3b4ae441d28e96b0f3f46a487fb (diff)
downloademacs-77bf50cb330807039cc84138fb84870bd6d532e2.tar.gz
emacs-77bf50cb330807039cc84138fb84870bd6d532e2.zip
Don't autoload obsolete library tpu-extras.el
* lisp/obsolete/tpu-edt.el: Remove autoloads of obsolete library tpu-extras.el. * lisp/obsolete/tpu-extras.el: Don't set generated-autoload-file to tpu-edt.el.
-rw-r--r--lisp/obsolete/tpu-edt.el29
-rw-r--r--lisp/obsolete/tpu-extras.el4
2 files changed, 0 insertions, 33 deletions
diff --git a/lisp/obsolete/tpu-edt.el b/lisp/obsolete/tpu-edt.el
index 8c4ec8f7e09..1e3fc0d569e 100644
--- a/lisp/obsolete/tpu-edt.el
+++ b/lisp/obsolete/tpu-edt.el
@@ -2412,35 +2412,6 @@ If FILE is nil, try to load a default file. The default file name is
2412 (error nil)) 2412 (error nil))
2413 (setq tpu-edt-mode nil)) 2413 (setq tpu-edt-mode nil))
2414 2414
2415
2416;;;### (autoloads nil "tpu-extras" "tpu-extras.el" "cbbb448cff48fab904ac19805aa6f36a")
2417;;; Generated autoloads from tpu-extras.el
2418
2419(autoload 'tpu-cursor-free-mode "tpu-extras" "\
2420Minor mode to allow the cursor to move freely about the screen.
2421With a prefix argument ARG, enable the mode if ARG is positive,
2422and disable it otherwise. If called from Lisp, enable the mode
2423if ARG is omitted or nil.
2424
2425\(fn &optional ARG)" t nil)
2426
2427(autoload 'tpu-set-scroll-margins "tpu-extras" "\
2428Set scroll margins.
2429
2430\(fn TOP BOTTOM)" t nil)
2431
2432(autoload 'tpu-set-cursor-free "tpu-extras" "\
2433Allow the cursor to move freely about the screen.
2434
2435\(fn)" t nil)
2436
2437(autoload 'tpu-set-cursor-bound "tpu-extras" "\
2438Constrain the cursor to the flow of the text.
2439
2440\(fn)" t nil)
2441
2442;;;***
2443
2444(provide 'tpu-edt) 2415(provide 'tpu-edt)
2445 2416
2446;;; tpu-edt.el ends here 2417;;; tpu-edt.el ends here
diff --git a/lisp/obsolete/tpu-extras.el b/lisp/obsolete/tpu-extras.el
index 76338cdd24e..23f6020fd3a 100644
--- a/lisp/obsolete/tpu-extras.el
+++ b/lisp/obsolete/tpu-extras.el
@@ -422,8 +422,4 @@ A repeat count means scroll that many sections."
422 422
423(provide 'tpu-extras) 423(provide 'tpu-extras)
424 424
425;; Local Variables:
426;; generated-autoload-file: "tpu-edt.el"
427;; End:
428
429;;; tpu-extras.el ends here 425;;; tpu-extras.el ends here