]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/gpr-wisi.el
Release debbugs 0.9.7
[gnu-emacs-elpa] / packages / ada-mode / gpr-wisi.el
index 67c625fd2ef7a6e1f59590c0203b5aeff98ce706..13c8dcd4534eec361d7d078a85f91052fcc3efc2 100644 (file)
@@ -1,8 +1,6 @@
-;;; gpr-wisi.el --- An indentation engine for gpr mode, using the wisent LALR parser  -*- lexical-binding:t -*-
+;; gpr-wisi.el --- Indentation engine for gpr mode, using the wisi parser  -*- lexical-binding:t -*-
 ;;
-;; [1] GNAT user guide (info "gnat_ugn")
-;;
-;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2013 - 2015 Free Software Foundation, Inc.
 ;;
 ;; Author: Stephen Leake <stephen_leake@member.fsf.org>
 ;;
@@ -77,7 +75,6 @@ or containing ancestor of CACHE that is at a line beginning."
        (block-middle
         (wisi-indent-start
          (if (eq (wisi-cache-token cache) 'WHEN) ada-indent-when 0)
-         ;; FIXME (later): need test of ada-indent-when in gpr
          cache))
        (close-paren (wisi-indent-paren 0))
        (open-paren nil); let after-keyword handle it