diff lisp/emulation/viper-init.el @ 93773:d7554c14325c

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.
author Michael Kifer <kifer@cs.stonybrook.edu>
date Sun, 06 Apr 2008 19:26:02 +0000
parents 6eac1e449121
children eb7b2376cae5
line wrap: on
line diff
--- a/lisp/emulation/viper-init.el	Sun Apr 06 17:30:40 2008 +0000
+++ b/lisp/emulation/viper-init.el	Sun Apr 06 19:26:02 2008 +0000
@@ -765,7 +765,7 @@
   :type '(choice (const nil) character)
   :group 'viper-search)
 
-(defcustom viper-search-wrap-around-t t
+(defcustom viper-search-wrap-around t
   "*If t, search wraps around."
   :type 'boolean
   :tag "Search Wraps Around"