Mercurial > hg > xemacs-beta
comparison lisp/utils/assoc.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
1 ;;; assoc.el --- insert/delete/sort functions on association lists | 1 ;;; assoc.el --- insert/delete/sort functions on association lists |
2 | |
3 ;; Copyright (C) 1996 Free Software Foundation, Inc. | |
2 | 4 |
3 ;; Author: Barry A. Warsaw <bwarsaw@cen.com> | 5 ;; Author: Barry A. Warsaw <bwarsaw@cen.com> |
4 ;; Keywords: extensions | 6 ;; Keywords: extensions |
5 | 7 |
6 ;; This software is distributed in the hope that it will be useful, | 8 ;; This file is part of XEmacs. |
7 ;; but WITHOUT ANY WARRANTY. No author or distributor accepts | |
8 ;; responsibility to anyone for the consequences of using it or for | |
9 ;; whether it serves any particular purpose or works at all, unless he | |
10 ;; says so in writing. | |
11 | 9 |
12 ;; This software was written as part of the supercite author's | 10 ;; XEmacs is free software; you can redistribute it and/or modify |
13 ;; official duty as an employee of the United States Government and is | 11 ;; it under the terms of the GNU General Public License as published by |
14 ;; thus in the public domain. You are free to use that particular | 12 ;; the Free Software Foundation; either version 2, or (at your option) |
15 ;; software as you wish, but WITHOUT ANY WARRANTY WHATSOEVER. It | 13 ;; any later version. |
16 ;; would be nice, though if when you use any of this code, you give | |
17 ;; due credit to the author. | |
18 | 14 |
19 ;;; Synched up with: FSF 19.30. | 15 ;; XEmacs is distributed in the hope that it will be useful, but |
16 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
18 ;; General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with XEmacs; see the file COPYING. If not, write to the Free | |
22 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
23 ;; 02111-1307, USA. | |
24 | |
25 ;;; Synched up with: FSF 19.34. | |
20 | 26 |
21 ;;; Commentary: | 27 ;;; Commentary: |
22 | 28 |
23 ;; Association list utilities providing insertion, deletion, sorting | 29 ;; Association list utilities providing insertion, deletion, sorting |
24 ;; fetching off key-value pairs in association lists. | 30 ;; fetching off key-value pairs in association lists. |