1
Fork 0
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:
Michael Albinus 2023-07-03 18:25:40 +02:00
parent c565a6c62c
commit 32b092c142

View file

@ -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))