diff options
| -rw-r--r-- | lisp/register.el | 2 |
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." | |||
| 185 | Normally puts point before and mark after the inserted text. | 185 | Normally puts point before and mark after the inserted text. |
| 186 | If optional second arg is non-nil, puts mark before and point after. | 186 | If optional second arg is non-nil, puts mark before and point after. |
| 187 | Interactively, second arg is non-nil if prefix arg is supplied." | 187 | Interactively, 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 |