diff options
| author | David Aspinall | 2004-03-01 17:35:31 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-03-01 17:35:31 +0000 |
| commit | 3a28ccc4d10b5fe6158f8bab766a6c0db5043866 (patch) | |
| tree | d67a46d5cbef29a6fb836300271f7c3bd9c66de5 | |
| parent | 865c151988a735837596cefc6c4abfda173db5cc (diff) | |
setq-default -> defconst for module-kinds-table
| -rw-r--r-- | coq/coq.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -231,8 +231,9 @@ (replace-string-by-holes-backward-move-point 1 empty-hole-string) ) -(setq-default module-kinds-table - '(("Module" 1) ("Module Type" 2) ("Declare Module" 3))) +(defconst module-kinds-table + '(("Module" 1) ("Module Type" 2) ("Declare Module" 3)) + "Enumerates the different kinds of modules") (defun coq-insert-module () (interactive) |
