prepend-to-register

prepend-to-register is an interactive compiled Lisp function in `register.el'.


(prepend-to-register REGISTER START END &optional DELETE-FLAG)

Prepend region to text in register REGISTER.
With prefix arg, delete as well.
Called from program, takes four args: REGISTER, START, END and DELETE-FLAG.
START and END are buffer positions indicating what to prepend.

Interactively, reads the register using `register-read-with-preview'.