summaryrefslogtreecommitdiff
path: root/lisp/textmodes/table.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-11-04 10:23:05 +0000
committerRichard M. Stallman <rms@gnu.org>2004-11-04 10:23:05 +0000
commit836504434f4a3f84eda175537a4654e8116803c5 (patch)
treebc5139008d41e15b8ef70b6c18ca170034941687 /lisp/textmodes/table.el
parenta259d74c68fe3a5ecc5d015968985668c219764d (diff)
downloademacs-836504434f4a3f84eda175537a4654e8116803c5.tar.gz
(table group): Add :version.
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r--lisp/textmodes/table.el3
1 files changed, 2 insertions, 1 deletions
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"