1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Merge from emacs--devo--0

Patches applied:

 * emacs--devo--0  (patch 781-792)

   - Update from CVS
   - Merge from gnus--rel--5.10
   - Merge from emacs--rel--22

 * emacs--rel--22  (patch 33-41)
 * gnus--rel--5.10  (patch 226-228)

   - Update from CVS

Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-21
This commit is contained in:
Miles Bader 2007-06-11 01:00:07 +00:00
commit 67f3ad67ee
122 changed files with 9994 additions and 4542 deletions

View file

@ -1003,7 +1003,7 @@ type `ebrowse-hs' is set to the resulting obarray."
(defun ebrowse-member-table (header)
"Return the member obarray. Build it it hasn't been set up yet.
"Return the member obarray. Build it if it hasn't been set up yet.
HEADER is the tree header structure of the class tree."
(when (null (ebrowse-hs-member-table header))
(loop for buffer in (ebrowse-browser-buffer-list)
@ -3598,7 +3598,7 @@ The file name is read from the minibuffer."
(defun* ebrowse-draw-file-member-info (info &optional (kind ""))
"Display a line in an the members per file info buffer.
"Display a line in the members info buffer.
INFO describes the member. It has the form (TREE ACCESSOR MEMBER).
TREE is the class of the member to display.
ACCESSOR is the accessor symbol of its member list.