2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
[bpt/emacs.git] / lisp / emulation / viper-ex.el
index af5780f..49988e2 100644 (file)
@@ -46,7 +46,8 @@
 ;; in order to spare non-viperized emacs from being viperized
 (if noninteractive
     (eval-when-compile
-      (require 'viper-cmd)
+      (if (not (featurep 'viper-cmd))
+         (require 'viper-cmd))
       ))
 ;; end pacifier