Function: minibuffer-avoid-prompt
minibuffer-avoid-prompt is a byte-compiled function defined in
simple.el.gz.
This function is obsolete since 25.1; use cursor-intangible-mode(var)/cursor-intangible-mode(fun)
instead.
Signature
(minibuffer-avoid-prompt NEW OLD)
Documentation
A point-motion hook for the minibuffer, that moves point out of the prompt.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun minibuffer-avoid-prompt (_new _old)
"A point-motion hook for the minibuffer, that moves point out of the prompt."
(declare (obsolete cursor-intangible-mode "25.1"))
(constrain-to-field nil (point-max)))