From: ueno Date: Thu, 25 Apr 2002 16:40:10 +0000 (+0000) Subject: * lsdb.el (lsdb-entry-type-alist): Increase score of 'organization. X-Git-Tag: lsdb-0_1~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=0e8f721a8dea35113ff6ff3edbd5fc4d4fd9feb0;p=elisp%2Flsdb.git * lsdb.el (lsdb-entry-type-alist): Increase score of 'organization. --- 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)