]> git.eshelyaron.com Git - emacs.git/commit
gnus-registry.el, registry.el: Silence the byte compiler.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Apr 2011 22:59:02 +0000 (22:59 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 18 Apr 2011 22:59:02 +0000 (22:59 +0000)
commit8d6d9c8f8de3841257c0b74448a824583bbf2c01
tree5aca2c7b78420db293f088f28fc41af100bfb174
parent7eed1860d8ed2ac70a333e05c99a6207c2d6c675
gnus-registry.el, registry.el: Silence the byte compiler.

gnus-registry.el: Eliminate cl functions.
 (gnus-registry-sort-addresses): New function that replaces mapcan.
 (gnus-registry-action, gnus-registry-spool-action)
 (gnus-registry-split-fancy-with-parent)
 (gnus-registry-fetch-recipients-fast): Use it.
 (gnus-registry-import-eld): Replace delete* with dolist + delq.
registry.el (initialize-instance, registry-lookup)
 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
 (registry-lookup-secondary-value, registry-search, registry-delete)
 (registry-insert, registry-reindex, registry-size, registry-prune):
 Use eval-and-compile.
lisp/gnus/ChangeLog
lisp/gnus/gnus-registry.el
lisp/gnus/registry.el