diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-04 10:23:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-04 10:23:05 +0000 |
commit | 836504434f4a3f84eda175537a4654e8116803c5 (patch) | |
tree | bc5139008d41e15b8ef70b6c18ca170034941687 /lisp/textmodes/table.el | |
parent | a259d74c68fe3a5ecc5d015968985668c219764d (diff) | |
download | emacs-836504434f4a3f84eda175537a4654e8116803c5.tar.gz |
(table group): Add :version.
Diffstat (limited to 'lisp/textmodes/table.el')
-rw-r--r-- | lisp/textmodes/table.el | 3 |
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" |