Variable: global-mark-ring-max

global-mark-ring-max is a customizable variable defined in simple.el.gz.

Value

16

Documentation

Maximum size of global mark ring. Start discarding off end if gets this big.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom global-mark-ring-max 16
  "Maximum size of global mark ring.  \
Start discarding off end if gets this big."
  :type 'natnum
  :group 'editing-basics)