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
5ea75d23
Commit
5ea75d23
authored
Oct 08, 2013
by
Bastien Guerry
Browse files
* register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
parent
1142cc2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/register.el
lisp/register.el
+2
-2
No files found.
lisp/ChangeLog
View file @
5ea75d23
2013-10-08 Bastien Guerry <bzg@gnu.org>
* register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/perl-mode.el: Use lexical-binding.
...
...
lisp/register.el
View file @
5ea75d23
...
...
@@ -395,8 +395,8 @@ If optional second arg is non-nil, puts mark before and point after.
Interactively, second arg is non-nil if prefix arg is supplied."
(
interactive
(
progn
(
barf-if-buffer-read-only
)
(
register-read-with-preview
"Insert register: "
)
current-prefix-arg
))
(
list
(
register-read-with-preview
"Insert register: "
)
current-prefix-arg
))
)
(
push-mark
)
(
let
((
val
(
get-register
register
)))
(
cond
...
...
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