diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2008-04-06 19:26:02 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2008-04-06 19:26:02 +0000 |
commit | a5254f378911515c8b19ac4d4be0877c835f1586 (patch) | |
tree | 94316ba0dfc2cfb7c44e6859b6810916bf34bc3f /lisp/ediff.el | |
parent | 4dc2220833024c4c40ad52510ec8d6d6f3cf8769 (diff) | |
download | emacs-a5254f378911515c8b19ac4d4be0877c835f1586.tar.gz |
2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
* 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.
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 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. |