]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/gpr-wisi.el
* ada-mode: Use lexical-binding since it requires Emacs-24.2 anyway
[gnu-emacs-elpa] / packages / ada-mode / gpr-wisi.el
index 07360949e9525404d4b07418b5c78d687a87e523..67c625fd2ef7a6e1f59590c0203b5aeff98ce706 100644 (file)
@@ -1,8 +1,8 @@
-;;; An indentation engine for gpr mode, using the wisent LALR parser
+;;; gpr-wisi.el --- An indentation engine for gpr mode, using the wisent LALR parser  -*- lexical-binding:t -*-
 ;;
 ;; [1] GNAT user guide (info "gnat_ugn")
 ;;
-;; Copyright (C) 2013, 2014 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
 ;;
 ;; Author: Stephen Leake <stephen_leake@member.fsf.org>
 ;;
@@ -87,6 +87,9 @@ or containing ancestor of CACHE that is at a line beginning."
             0
           ;; not at bob
           (gpr-wisi-indent-containing ada-indent cache)))
+
+       (statement-end
+          (gpr-wisi-indent-containing ada-indent-broken cache))
        ))
     ))