Mercurial > hg > xemacs-beta
diff lisp/viper/viper-util.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | cf808b4c4290 |
children | 2d532a89d707 |
line wrap: on
line diff
--- a/lisp/viper/viper-util.el Mon Aug 13 09:42:28 2007 +0200 +++ b/lisp/viper/viper-util.el Mon Aug 13 09:43:35 2007 +0200 @@ -39,12 +39,12 @@ (require 'cl) (require 'ring) -(and noninteractive - (eval-when-compile - (let ((load-path (cons (expand-file-name ".") load-path))) - (or (featurep 'viper-init) - (load "viper-init.el" nil nil 'nosuffix)) - ))) +(if noninteractive + (eval-when-compile + (let ((load-path (cons (expand-file-name ".") load-path))) + (or (featurep 'viper-init) + (load "viper-init.el" nil nil 'nosuffix)) + ))) ;; end pacifier (require 'viper-init)