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/emulation/viper.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/emulation/viper.el')
-rw-r--r-- | lisp/emulation/viper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index a3667aa5993..b1046bf6405 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -9,7 +9,7 @@ ;; Author: Michael Kifer <kifer@cs.stonybrook.edu> ;; Keywords: emulations -(defconst viper-version "3.14 of January 09, 2008" +(defconst viper-version "3.14 of April 06, 2008" "The current version of Viper") ;; This file is part of GNU Emacs. |