comparison lisp/ediff.el @ 67117:231622e4e399

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.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Fri, 25 Nov 2005 07:29:10 +0000
parents d64aeb0dc54e
children 3bd95f4f2941 7beb78bc1f8e
comparison
equal deleted inserted replaced
67116:e1bb7e4a4413 67117:231622e4e399
6 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> 6 ;; Author: Michael Kifer <kifer@cs.stonybrook.edu>
7 ;; Created: February 2, 1994 7 ;; Created: February 2, 1994
8 ;; Keywords: comparing, merging, patching, tools, unix 8 ;; Keywords: comparing, merging, patching, tools, unix
9 9
10 (defconst ediff-version "2.80.1" "The current version of Ediff") 10 (defconst ediff-version "2.80.1" "The current version of Ediff")
11 (defconst ediff-date "October 5, 2005" "Date of last update") 11 (defconst ediff-date "November 25, 2005" "Date of last update")
12 12
13 13
14 ;; This file is part of GNU Emacs. 14 ;; This file is part of GNU Emacs.
15 15
16 ;; GNU Emacs is free software; you can redistribute it and/or modify 16 ;; GNU Emacs is free software; you can redistribute it and/or modify