]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/gnat-core.el
release ada-mode 5.1.0, wisi 1.0.1
[gnu-emacs-elpa] / packages / ada-mode / gnat-core.el
index c6e597fe5a45c3fc7ea24146cc0772df725fec0c..d7126e7d51240a881f10d41d1b934a9a8c3ac567 100755 (executable)
@@ -3,7 +3,7 @@
 ;;
 ;; GNAT is provided by AdaCore; see http://libre.adacore.com/
 ;;
-;;; Copyright (C) 2012, 2013  Free Software Foundation, Inc.
+;;; Copyright (C) 2012 - 2014  Free Software Foundation, Inc.
 ;;
 ;; Author: Stephen Leake <stephen_leake@member.fsf.org>
 ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org>
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
-;; We use cl-delete-if, defined in cl-seq.el. cl-seq.el has no
-;; 'provide'.  autoload for cl-delete-if is defined in cl-loaddefs.el,
-;; which is not pre-loaded.  cl-lib does (load "cl-loaddefs.el"), so
-;; that seems to be the thing to do
 (require 'cl-lib)
 
 ;;;;; code