* lsdb.el (lsdb-entry-type-alist): Increase score of 'organization.
authorueno <ueno>
Thu, 25 Apr 2002 16:40:10 +0000 (16:40 +0000)
committerueno <ueno>
Thu, 25 Apr 2002 16:40:10 +0000 (16:40 +0000)
lsdb.el

diff --git a/lsdb.el b/lsdb.el
index 5516632..fbd13c8 100644 (file)
--- a/lsdb.el
+++ b/lsdb.el
@@ -77,7 +77,8 @@ where the last three elements are optional."
   '((net 3 ?,)
     (creation-date 2)
     (mailing-list 1 ?,)
-    (attribution 1 ?.))
+    (attribution 1 ?.)
+    (organization 1))
   "Alist of entries to display.
 The format of elements of this list should be
      (ENTRY SCORE CLASS)