mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * lisp/misc.el (duplicate-region-final-position): Fix version info.
This commit is contained in:
parent
c565a6c62c
commit
32b092c142
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue