From 85b147d32100d8da89366a19ab77f996fe011043 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 12 Mar 2025 02:42:40 +0100 Subject: [PATCH] ; Fix :version tag Reported by Campbell Barton . --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index e6a8e4c3b95..7fc9f149718 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -7460,7 +7460,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.