]> git.eshelyaron.com Git - emacs.git/commitdiff
(table group): Add :version.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Nov 2004 10:23:05 +0000 (10:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Nov 2004 10:23:05 +0000 (10:23 +0000)
lisp/textmodes/table.el

index 7b13d498b2eec63f5c983a7ac7c3833eed6107fd..f064dd4dee05b3a87e489b4ed06702b7e04f56b0 100644 (file)
@@ -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"