emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el
Date: Mon, 27 Jan 2003 03:48:43 -0500

Index: emacs/lisp/progmodes/ebrowse.el
diff -c emacs/lisp/progmodes/ebrowse.el:1.19 
emacs/lisp/progmodes/ebrowse.el:1.20
*** emacs/lisp/progmodes/ebrowse.el:1.19        Thu Oct 17 12:57:37 2002
--- emacs/lisp/progmodes/ebrowse.el     Mon Jan 27 03:48:43 2003
***************
*** 1829,1835 ****
  
  
  (defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start)
!   "Display a single class and recursively it's subclasses.
  This function may look weird, but this is faster than recursion."
    (setq stack1 (make-list (length ebrowse--tree) 0)
        stack2 (copy-sequence ebrowse--tree))
--- 1829,1835 ----
  
  
  (defun* ebrowse-draw-tree-fn (&aux stack1 stack2 start)
!   "Display a single class and recursively its subclasses.
  This function may look weird, but this is faster than recursion."
    (setq stack1 (make-list (length ebrowse--tree) 0)
        stack2 (copy-sequence ebrowse--tree))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]