diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-07 03:59:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-07 03:59:21 +0000 |
commit | 589d30dd8b82834ca0d00d853a38a27806a2dbb7 (patch) | |
tree | 139712317faa45a30c0ca08008f4642426e3bf61 /lisp/net | |
parent | 254746ffd936ae4d84466442a6cb933d6391046f (diff) | |
download | emacs-589d30dd8b82834ca0d00d853a38a27806a2dbb7.tar.gz |
(tramp group): Add :version.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index e153ab3341f..502dc5e5115 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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." |