Variable: mark-ring

mark-ring is a buffer-local variable defined in simple.el.gz.

Documentation

The list of former marks of the current buffer, most recent first.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar-local mark-ring nil
  "The list of former marks of the current buffer, most recent first.")