From 836504434f4a3f84eda175537a4654e8116803c5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 4 Nov 2004 10:23:05 +0000 Subject: [PATCH] (table group): Add :version. --- lisp/textmodes/table.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el index 7b13d498b2e..f064dd4dee0 100644 --- a/lisp/textmodes/table.el +++ b/lisp/textmodes/table.el @@ -645,7 +645,8 @@ See `table-insert' for examples about how to use." :group 'editing :group 'wp :group 'paragraphs - :group 'fill) + :group 'fill + :version "21.4") (defgroup table-hooks nil "Hooks for table manipulation utilities" -- 2.39.5