Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2d43b8c9
Commit
2d43b8c9
authored
Jul 09, 2011
by
Leo Liu
Browse files
Restore accidental change to insert-register
parent
2a71c436
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/register.el
lisp/register.el
+2
-0
No files found.
lisp/ChangeLog
View file @
2d43b8c9
2011-07-09 Leo Liu <sdl.web@gmail.com>
* register.el (insert-register): Restore accidental change on
2011-06-26. (Bug#9028)
2011-07-09 Glenn Morris <rgm@gnu.org>
* subr.el (remq): Handle the empty list. (Bug#9024)
...
...
lisp/register.el
View file @
2d43b8c9
...
...
@@ -329,6 +329,8 @@ Interactively, second arg is non-nil if prefix arg is supplied."
"Don't know how to insert register %s"
(
single-key-description
register
))
(
funcall
(
registerv-insert-func
val
)
(
registerv-data
val
)))
((
consp
val
)
(
insert-rectangle
val
))
((
stringp
val
)
(
insert-for-yank
val
))
((
numberp
val
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment