~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to lisp/progmodes/ebrowse.el

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2007-07-01 18:41:19 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701184119-1n27qhw9b1ee633k
Tags: 1:20070701-1
New snapshot (from the EMACS_22_BASE branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1003
1003
 
1004
1004
 
1005
1005
(defun ebrowse-member-table (header)
1006
 
  "Return the member obarray.  Build it it hasn't been set up yet.
 
1006
  "Return the member obarray.  Build it if it hasn't been set up yet.
1007
1007
HEADER is the tree header structure of the class tree."
1008
1008
  (when (null (ebrowse-hs-member-table header))
1009
1009
    (loop for buffer in (ebrowse-browser-buffer-list)
3598
3598
 
3599
3599
 
3600
3600
(defun* ebrowse-draw-file-member-info (info &optional (kind ""))
3601
 
  "Display a line in an the members per file info buffer.
 
3601
  "Display a line in the members info buffer.
3602
3602
INFO describes the member.  It has the form (TREE ACCESSOR MEMBER).
3603
3603
TREE is the class of the member to display.
3604
3604
ACCESSOR is the accessor symbol of its member list.