/[emacs]/emacs/lisp/progmodes/ebrowse.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/ebrowse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by lektu, Thu Oct 17 16:57:37 2002 UTC revision 1.20 by lektu, Mon Jan 27 08:48:43 2003 UTC
# Line 1829  TREE denotes the class shown." Line 1829  TREE denotes the class shown."
1829    
1830    
1831  (defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start)  (defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start)
1832    "Display a single class and recursively it's subclasses.    "Display a single class and recursively its subclasses.
1833  This function may look weird, but this is faster than recursion."  This function may look weird, but this is faster than recursion."
1834    (setq stack1 (make-list (length ebrowse--tree) 0)    (setq stack1 (make-list (length ebrowse--tree) 0)
1835          stack2 (copy-sequence ebrowse--tree))          stack2 (copy-sequence ebrowse--tree))

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26