]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/misc.el (duplicate-region-final-position): Fix version info.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 3 Jul 2023 16:25:40 +0000 (18:25 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 3 Jul 2023 16:25:40 +0000 (18:25 +0200)
lisp/misc.el

index fad8d545e11ca78f01dd515d1908e52f9a83b252..e8b38fad42e0eb3aa3050ddf584ff5db1b9356c3 100644 (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))