From 0e8f721a8dea35113ff6ff3edbd5fc4d4fd9feb0 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 25 Apr 2002 16:40:10 +0000 Subject: [PATCH] * lsdb.el (lsdb-entry-type-alist): Increase score of 'organization. --- lsdb.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lsdb.el b/lsdb.el index 5516632..fbd13c8 100644 --- 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) -- 1.7.10.4