diff options
| author | David Aspinall | 2009-09-07 09:03:36 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-09-07 09:03:36 +0000 |
| commit | 365a0e0c5109ff2f96984a732daae15020c1273c (patch) | |
| tree | 6202d35d066135368022e0046c073e9c40124070 | |
| parent | 22e1d84ed757f31c56360da1e01159e764245fb1 (diff) | |
Fix compile warning, rearrange docs
| -rw-r--r-- | coq/coq-indent.el | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/coq/coq-indent.el b/coq/coq-indent.el index bf506d7f..916dbc7e 100644 --- a/coq/coq-indent.el +++ b/coq/coq-indent.el @@ -1,19 +1,22 @@ -;;; coq-indent.el --- -; coq-syntax.el indentation stuff for Coq -;; Copyright (C) 1997, 1998 LFCS Edinburgh. +;;; coq-indent.el --- indentation for Coq +;; +;; Copyright (C) 2004-2006 LFCS Edinburgh. ;; Authors: Pierre Courtieu ;; Maintainer: Pierre Courtieu <courtieu@lri.fr> - -;;Pierre: This is experimental, the code is rather ugly for the moment. - - - -;;; Commentary: ;; +;; Commentary: +;; +;; Indentation for Coq. +;; This is experimental, the code is rather ugly for the moment. +;; + +;;; Code: (require 'coq-syntax) -;;; Code: +(eval-when-compile + (defvar coq-script-indent nil)) + (defconst coq-any-command-regexp (proof-regexp-alt (proof-ids-to-regexp coq-keywords))) |
