diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2005-11-25 07:29:10 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2005-11-25 07:29:10 +0000 |
commit | 9b01475db997eecd372331bad33cea82966780b4 (patch) | |
tree | 596a018f30bc76789da2f9cf050298ddc78910f4 /lisp/ediff.el | |
parent | 0680ea10b45687dd50abf36a540b2eb3c098c855 (diff) | |
download | emacs-9b01475db997eecd372331bad33cea82966780b4.tar.gz emacs-9b01475db997eecd372331bad33cea82966780b4.tar.bz2 emacs-9b01475db997eecd372331bad33cea82966780b4.zip |
2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
* 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.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ediff.el b/lisp/ediff.el index 696fc9668e6..32ca177388e 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. |