Mercurial > hg > xemacs-beta
comparison lisp/pcl-cvs/elib-node.el @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
1 ;;;; $Id: elib-node.el,v 1.1.1.1 1996/12/18 03:32:27 steve Exp $ | 1 ;;;; $Id: elib-node.el,v 1.1.1.1 1996/12/18 22:42:58 steve Exp $ |
2 ;;;; Nodes used in binary trees and doubly linked lists. | 2 ;;;; Nodes used in binary trees and doubly linked lists. |
3 | 3 |
4 ;; Copyright (C) 1991-1995 Free Software Foundation | 4 ;; Copyright (C) 1991-1995 Free Software Foundation |
5 | 5 |
6 ;; Author: Per Cederqvist <ceder@lysator.liu.se> | 6 ;; Author: Per Cederqvist <ceder@lysator.liu.se> |