]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix :version tag
authorStefan Kangas <stefankangas@gmail.com>
Wed, 12 Mar 2025 01:42:40 +0000 (02:42 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:04:03 +0000 (20:04 +0100)
Reported by Campbell Barton <ideasman42@gmail.com>.

(cherry picked from commit 85b147d32100d8da89366a19ab77f996fe011043)

lisp/simple.el

index 0fc3901815e747794e4f8d994507f2d5c554d64e..15d9fffc13dcfc03a1de8244aac3853e7818780e 100644 (file)
@@ -7286,7 +7286,7 @@ When set to nil, this modifies `exchange-point-and-mark' so that it doesn't
 activate mark when it is not already active."
   :type 'boolean
   :group 'editing-basics
-  :version 31.1)
+  :version "31.1")
 
 (defun exchange-point-and-mark (&optional arg)
   "Put the mark where point is now, and point where the mark is now.