[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ediff.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ediff.el |
Date: |
Sun, 03 Jul 2005 21:57:23 -0400 |
Index: emacs/lisp/ediff.el
diff -c emacs/lisp/ediff.el:1.67 emacs/lisp/ediff.el:1.68
*** emacs/lisp/ediff.el:1.67 Fri Jun 3 08:04:04 2005
--- emacs/lisp/ediff.el Mon Jul 4 01:57:22 2005
***************
*** 7,13 ****
;; Keywords: comparing, merging, patching, tools, unix
(defconst ediff-version "2.80" "The current version of Ediff")
! (defconst ediff-date "June 3, 2005" "Date of last update")
;; This file is part of GNU Emacs.
--- 7,13 ----
;; Keywords: comparing, merging, patching, tools, unix
(defconst ediff-version "2.80" "The current version of Ediff")
! (defconst ediff-date "June 3, 2005" "Date of last update")
;; This file is part of GNU Emacs.
***************
*** 135,141 ****
(require 'ediff-mult) ; required because of the registry stuff
(defgroup ediff nil
! "A comprehensive visual interface to diff & patch"
:tag "Ediff"
:group 'tools)
--- 135,141 ----
(require 'ediff-mult) ; required because of the registry stuff
(defgroup ediff nil
! "A comprehensive visual interface to diff & patch."
:tag "Ediff"
:group 'tools)
- [Emacs-diffs] Changes to emacs/lisp/ediff.el,
Juanma Barranquero <=