(scheme-in-list): Add a fallback to create an error tag.
[cedet.git] / contrib / cedet-contrib.el
blobd022329dd5a7889224e6fcb01bd89d5cca7ca00e
1 ;;; cedet-contrib.el --- Setup CEDET's contrib environment
3 ;;; Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013 Eric Ludlam
5 ;; Author: Eric Ludlam <zappo@gnu.org>
7 (defvar cedet-contrib-version "1.2"
8 "Current version of contributed libraries.")
10 ;; CEDET is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
15 ;; This software is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details.
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 ;; Boston, MA 02110-1301, USA.
25 ;;; Commentary:
27 ;; Setup environment of CEDET's contributed libraries.
29 ;;; Code:
32 (provide 'cedet-contrib)
34 ;;; cedet-contrib.el ends here