aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ediff.el
diff options
context:
space:
mode:
authorMichael Kifer <[email protected]>2005-11-25 07:29:10 +0000
committerMichael Kifer <[email protected]>2005-11-25 07:29:10 +0000
commit9b01475db997eecd372331bad33cea82966780b4 (patch)
tree596a018f30bc76789da2f9cf050298ddc78910f4 /lisp/ediff.el
parent0680ea10b45687dd50abf36a540b2eb3c098c855 (diff)
2005-11-25 Michael Kifer <[email protected]>
* ediff-wind (ediff-make-wide-display): Slight simplification. * ediff.el (ediff-date): Changed the date of last update.
Diffstat (limited to 'lisp/ediff.el')
-rw-r--r--lisp/ediff.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el
index 696fc9668e..32ca177388 100644
--- a/lisp/ediff.el
+++ b/lisp/ediff.el
@@ -8,7 +8,7 @@
;; Keywords: comparing, merging, patching, tools, unix
(defconst ediff-version "2.80.1" "The current version of Ediff")
-(defconst ediff-date "October 5, 2005" "Date of last update")
+(defconst ediff-date "November 25, 2005" "Date of last update")
;; This file is part of GNU Emacs.