]> code.delx.au - gnu-emacs/commitdiff
(tramp group): Add :version.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 2004 03:59:21 +0000 (03:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 Nov 2004 03:59:21 +0000 (03:59 +0000)
lisp/net/tramp.el

index e153ab3341f188e86e2567579e0b122968722a73..502dc5e5115e66c5264c22cf2343dbb68e2cbf1e 100644 (file)
@@ -159,7 +159,8 @@ Nil means to use a separate filename syntax for Tramp.")
 
 (defgroup tramp nil
   "Edit remote files with a combination of rsh and rcp or similar programs."
-  :group 'files)
+  :group 'files
+  :version "21.4")
 
 (defcustom tramp-verbose 9
   "*Verbosity level for tramp.el.  0 means be silent, 10 is most verbose."