[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/ewoc.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/ewoc.el |
Date: |
Thu, 19 Sep 2002 01:11:48 -0400 |
Index: emacs/lisp/emacs-lisp/ewoc.el
diff -c emacs/lisp/emacs-lisp/ewoc.el:1.9 emacs/lisp/emacs-lisp/ewoc.el:1.10
*** emacs/lisp/emacs-lisp/ewoc.el:1.9 Thu Dec 20 13:52:58 2001
--- emacs/lisp/emacs-lisp/ewoc.el Thu Sep 19 01:11:48 2002
***************
*** 138,144 ****
(:constructor ewoc--node-create (start-marker data)))
left right data start-marker)
! (defalias 'ewoc--node-branch 'aref)
(defun ewoc--dll-create ()
"Create an empty doubly linked list."
--- 138,147 ----
(:constructor ewoc--node-create (start-marker data)))
left right data start-marker)
! (defalias 'ewoc--node-branch 'aref
! "Get the left (CHILD=0) or right (CHILD=1) child of the NODE.
!
! \(fn NODE CHILD)")
(defun ewoc--dll-create ()
"Create an empty doubly linked list."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/ewoc.el,
Stefan Monnier <=