diff lisp/utils/finder.el @ 197:acd284d43ca1 r20-3b25

Import from CVS: tag r20-3b25
author cvs
date Mon, 13 Aug 2007 10:00:02 +0200
parents 43dd3413c7c7
children 169c0442b401
line wrap: on
line diff
--- a/lisp/utils/finder.el	Mon Aug 13 09:59:07 2007 +0200
+++ b/lisp/utils/finder.el	Mon Aug 13 10:00:02 2007 +0200
@@ -73,7 +73,7 @@
 (defvar finder-headmark)
 
 (defvar finder-known-keywords
-  '(
+  `(
     (abbrev	. "abbreviation handling, typing shortcuts, macros")
     (bib	. "code related to the `bib' bibliography processor")
     (c		. "C, C++, and Objective-C language support")
@@ -98,7 +98,8 @@
     (mail	. "modes for electronic-mail handling")
     (matching	. "various sorts of searching and matching")
     (mouse	. "mouse support")
-    (mule	. "multi-language extensions")
+    ,@(when (featurep 'mule)
+       (cons 'mule "multi-language extensions"))
     (news	. "support for netnews reading and posting")
     (oop	. "support for object-oriented programming")
     (outlines	. "support for hierarchical outlining")