projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c565a6c
)
; * lisp/misc.el (duplicate-region-final-position): Fix version info.
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 3 Jul 2023 16:25:40 +0000
(18:25 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 3 Jul 2023 16:25:40 +0000
(18:25 +0200)
lisp/misc.el
patch
|
blob
|
history
diff --git
a/lisp/misc.el
b/lisp/misc.el
index fad8d545e11ca78f01dd515d1908e52f9a83b252..e8b38fad42e0eb3aa3050ddf584ff5db1b9356c3 100644
(file)
--- a/
lisp/misc.el
+++ b/
lisp/misc.el
@@
-114,7
+114,7
@@
When -1, put the region around the last copy."
(const :tag "Put region around first copy" 1)
(const :tag "Put region around last copy" -1))
:group 'editing
- :version "
29
.1")
+ :version "
30
.1")
(declare-function rectangle--duplicate-right "rect" (n displacement))