Mercurial > hg > xemacs-beta
diff lisp/mule/mule-category.el @ 5473:ac37a5f7e5be
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 17 Mar 2011 23:42:59 +0100 |
parents | 308d34e9f07d 311f6817efc2 |
children | bed39edf91ba |
line wrap: on
line diff
--- a/lisp/mule/mule-category.el Tue Feb 22 22:56:02 2011 +0100 +++ b/lisp/mule/mule-category.el Thu Mar 17 23:42:59 2011 +0100 @@ -62,11 +62,7 @@ (defun defined-category-list () "Return a list of the currently defined categories. Categories are given by their designators." - (let (list) - (maphash #'(lambda (key value) - (setq list (cons key list))) - defined-category-hashtable) - (nreverse list))) + (hash-table-key-list defined-category-hashtable)) (defun undefined-category-designator () "Return an undefined category designator, or nil if there are none."