diff options
| author | Pierre Courtieu | 2006-08-25 08:37:23 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2006-08-25 08:37:23 +0000 |
| commit | a82daf51268be086f3da32294d7e91170426cba7 (patch) | |
| tree | 53663099da87121c748eb02d56d8da95fbd71590 /coq/coq.el | |
| parent | 11befe15a85ab4120bb251be9443d9c0834db3ef (diff) | |
Fixed a small bug in indentation of coq.
Fixed behavior for making abbrev table (don't if it already exists).
Diffstat (limited to 'coq/coq.el')
| -rw-r--r-- | coq/coq.el | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1212,17 +1212,6 @@ mouse activation." ) -;load the default coq abbrev file if no coq abbrev file is already read - -(if (and (boundp 'coq-mode-abbrev-table) - (not (equal coq-mode-abbrev-table (make-abbrev-table)))) - (message "An abbrev table exists for coq, no default loaded") - (progn - (quietly-read-abbrev-file "coq-abbrev.el") - (message "coq default abbreviations loaded")) - ) - - ;;;;;;;;;;;;;;;;;;;;; ; Some smart insertion function ;;;;;;;;;;;;;;;;;;;;;; |
