Function: ielm-set-pm
ielm-set-pm is a byte-compiled function defined in ielm.el.gz.
Signature
(ielm-set-pm POS)
Source Code
;; Defined in /usr/src/emacs/lisp/ielm.el.gz
(defun ielm-set-pm (pos)
;; Set the process mark in the current buffer to POS.
(set-marker (process-mark (get-buffer-process (current-buffer))) pos))