Function: tpu-next-buffer

tpu-next-buffer is an interactive and byte-compiled function defined in tpu-edt.el.gz.

Signature

(tpu-next-buffer)

Documentation

Go to next buffer in ring.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/tpu-edt.el.gz
(defun tpu-next-buffer nil
  "Go to next buffer in ring."
  (interactive)
  (switch-to-buffer (car (reverse (buffer-list)))))