Variable: global-disable-point-adjustment

global-disable-point-adjustment is a variable defined in keyboard.c.

Value

nil

Documentation

If non-nil, always suppress point adjustments.

The default value is nil, in which case point adjustments are suppressed only after special commands that leave disable-point-adjustment (which see) at a non-nil value.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("global-disable-point-adjustment",
	       Vglobal_disable_point_adjustment,
	       doc: /* If non-nil, always suppress point adjustments.

The default value is nil, in which case point adjustments are
suppressed only after special commands that leave
`disable-point-adjustment' (which see) at a non-nil value.  */);