Mercurial > hg > xemacs-beta
diff lisp/utils/finder.el @ 199:169c0442b401 r20-3b26
Import from CVS: tag r20-3b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:00:33 +0200 |
parents | acd284d43ca1 |
children | 41ff10fd062f |
line wrap: on
line diff
--- a/lisp/utils/finder.el Mon Aug 13 10:00:04 2007 +0200 +++ b/lisp/utils/finder.el Mon Aug 13 10:00:33 2007 +0200 @@ -51,7 +51,9 @@ ;;; Code: (require 'lisp-mnt) -(require 'finder-inf) +(condition-case nil + (require 'finder-inf) + (t nil)) ;; XEmacs addition (require 'picture) (require 'mode-motion) @@ -98,7 +100,7 @@ (mail . "modes for electronic-mail handling") (matching . "various sorts of searching and matching") (mouse . "mouse support") - ,@(when (featurep 'mule) + ,(when (featurep 'mule) (cons 'mule "multi-language extensions")) (news . "support for netnews reading and posting") (oop . "support for object-oriented programming")