Function: tpu-get
tpu-get is an interactive and byte-compiled function defined in
tpu-edt.el.gz.
Signature
(tpu-get FILE)
Documentation
TPU-like get file.
Key Bindings
Aliases
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-get (file)
"TPU-like get file."
(interactive "FFile to get: ")
(find-file file find-file-wildcards))