From: Stefan Kangas Date: Wed, 12 Mar 2025 01:42:40 +0000 (+0100) Subject: ; Fix :version tag X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50c5f49124b6d28ee20ab65f8e214f4f958bb1bb;p=emacs.git ; Fix :version tag Reported by Campbell Barton . (cherry picked from commit 85b147d32100d8da89366a19ab77f996fe011043) --- diff --git a/lisp/simple.el b/lisp/simple.el index 0fc3901815e..15d9fffc13d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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.