aboutsummaryrefslogtreecommitdiff
path: root/coq/coq.el
diff options
context:
space:
mode:
authorPierre Courtieu2006-08-25 08:37:23 +0000
committerPierre Courtieu2006-08-25 08:37:23 +0000
commita82daf51268be086f3da32294d7e91170426cba7 (patch)
tree53663099da87121c748eb02d56d8da95fbd71590 /coq/coq.el
parent11befe15a85ab4120bb251be9443d9c0834db3ef (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.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 6bf7c453..9af9b2f9 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -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
;;;;;;;;;;;;;;;;;;;;;;