Mercurial > hg > xemacs-beta
comparison lisp/utils/lib-complete.el @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 56c54cf7c5b6 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
3 ;; Author : Mike Williams <mike-w@cs.aukuni.ac.nz> | 3 ;; Author : Mike Williams <mike-w@cs.aukuni.ac.nz> |
4 ;; Created On : Sat Apr 20 17:47:21 1991 | 4 ;; Created On : Sat Apr 20 17:47:21 1991 |
5 ;; Last Modified By: Heiko M|nkel <muenkel@tnt.uni-hannover.de> | 5 ;; Last Modified By: Heiko M|nkel <muenkel@tnt.uni-hannover.de> |
6 ;; Additional XEmacs integration By: Chuck Thompson <cthomp@cs.uiuc.edu> | 6 ;; Additional XEmacs integration By: Chuck Thompson <cthomp@cs.uiuc.edu> |
7 ;; Last Modified On: Thu Jul 1 14:23:00 1994 | 7 ;; Last Modified On: Thu Jul 1 14:23:00 1994 |
8 ;; RCS Info : $Revision: 1.1.1.1 $ $Locker: $ | 8 ;; RCS Info : $Revision: 1.2 $ $Locker: $ |
9 ;; ======================================================================== | 9 ;; ======================================================================== |
10 ;; NOTE: this file must be recompiled if changed. | 10 ;; NOTE: this file must be recompiled if changed. |
11 ;; | 11 ;; |
12 ;; Copyright (C) Mike Williams <mike-w@cs.aukuni.ac.nz> 1991 | 12 ;; Copyright (C) Mike Williams <mike-w@cs.aukuni.ac.nz> 1991 |
13 ;; | 13 ;; |
24 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | 24 ;; WITHOUT ANY WARRANTY; without even the implied warranty of |
25 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 25 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
26 ;; General Public License for more details. | 26 ;; General Public License for more details. |
27 | 27 |
28 ;; You should have received a copy of the GNU General Public License | 28 ;; You should have received a copy of the GNU General Public License |
29 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 29 ;; along with XEmacs; see the file COPYING. If not, write to the |
30 ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 30 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
31 ;; Boston, MA 02111-1307, USA. | |
31 | 32 |
32 ;;; Synched up with: Not in FSF. | 33 ;;; Synched up with: Not in FSF. |
33 | 34 |
34 ;; Many thanks to Hallvard Furuseth <hallvard@ifi.uio.no> for his | 35 ;; Many thanks to Hallvard Furuseth <hallvard@ifi.uio.no> for his |
35 ;; helpful suggestions. | 36 ;; helpful suggestions. |