diff lisp/net/tramp.el @ 58005:f15a720d0f24

(tramp group): Add :version.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Nov 2004 03:59:21 +0000
parents da879b3ac5c4
children d3f76ef9ad46 cb7f41387eb3
line wrap: on
line diff
--- a/lisp/net/tramp.el	Sun Nov 07 03:58:37 2004 +0000
+++ b/lisp/net/tramp.el	Sun Nov 07 03:59:21 2004 +0000
@@ -159,7 +159,8 @@
 
 (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."