aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/register.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/register.el b/lisp/register.el
index 97f5ea6dedf..ccf30c9a70c 100644
--- a/lisp/register.el
+++ b/lisp/register.el
@@ -185,7 +185,7 @@ REGISTER is a character."
185Normally puts point before and mark after the inserted text. 185Normally puts point before and mark after the inserted text.
186If optional second arg is non-nil, puts mark before and point after. 186If optional second arg is non-nil, puts mark before and point after.
187Interactively, second arg is non-nil if prefix arg is supplied." 187Interactively, second arg is non-nil if prefix arg is supplied."
188 (interactive "cInsert register: \nP") 188 (interactive "*cInsert register: \nP")
189 (push-mark) 189 (push-mark)
190 (let ((val (get-register char))) 190 (let ((val (get-register char)))
191 (cond 191 (cond