diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-08-22 03:15:57 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 1997-08-22 03:15:57 +0000 |
commit | 34317da2d4673bd4861a5858c1fa64a19832eecc (patch) | |
tree | d66112dda83659cb550c7898c9cc43be80a58ddb /lisp/ediff.el | |
parent | d0388eace94d3eff97a1829942c83d78570687ad (diff) | |
download | emacs-34317da2d4673bd4861a5858c1fa64a19832eecc.tar.gz |
new version
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r-- | lisp/ediff.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el index dd69b41649c..ea7d747a70a 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -136,6 +136,7 @@ (defgroup ediff nil "A comprehensive visual interface to diff & patch" + :tag "Ediff" :group 'tools) |