Function: mpc-ring-make

mpc-ring-make is a byte-compiled function defined in mpc.el.gz.

Signature

(mpc-ring-make SIZE)

Source Code

;; Defined in /usr/src/emacs/lisp/mpc.el.gz
;; I don't get the ring.el code.  I think it doesn't do what I need, but
;; then I don't understand when what it does would be useful.
(defun mpc-ring-make (size) (cons 0 (cons 0 (make-vector size nil))))