From a5254f378911515c8b19ac4d4be0877c835f1586 Mon Sep 17 00:00:00 2001 From: Michael Kifer Date: Sun, 6 Apr 2008 19:26:02 +0000 Subject: 2008-04-06 Michael Kifer * viper*.el (viper-search-wrap-around-t): replace with viper-search-wrap-around. * ediff*.el: replace 3-argument 'require' statements with 1-argument ones (wrapped in if's). For compatibility with the current stable version of XEmacs. --- lisp/ediff.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ediff.el') diff --git a/lisp/ediff.el b/lisp/ediff.el index 5ef234d69ba..e392920a480 100644 --- a/lisp/ediff.el +++ b/lisp/ediff.el @@ -8,7 +8,7 @@ ;; Keywords: comparing, merging, patching, tools, unix (defconst ediff-version "2.81.2" "The current version of Ediff") -(defconst ediff-date "January 09, 2008" "Date of last update") +(defconst ediff-date "April 06, 2008" "Date of last update") ;; This file is part of GNU Emacs. -- cgit v1.2.1