]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/ada-fix-error.el
release ada-mode 5.1.0, wisi 1.0.1
[gnu-emacs-elpa] / packages / ada-mode / ada-fix-error.el
index db43473f069f56d9a988fd489872608b79622f80..24c4e124a27c62698cc05cf607a44895410c6e0e 100755 (executable)
@@ -1,7 +1,7 @@
 ;;; ada-fix-error.el --- utilities for automatically fixing
 ;; errors reported by the compiler.
 
-;; Copyright (C) 1999-2009, 2012-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1999-2009, 2012-2014 Free Software Foundation, Inc.
 
 ;; Author     : Stephen Leake      <Stephen_Leake@stephe-leake.org>
 ;; Maintainer : Stephen Leake      <Stephen_Leake@stephe-leake.org>
 ;;;; code
 
 (require 'ada-mode)
+(require 'cl-lib)
 (require 'compile)
 
-(eval-when-compile (require 'cl-macs))
-
 (defcustom ada-fix-sort-context-clause t
   "*If non-nil, sort context clause when inserting 'with'"
   :type 'boolean