aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-abbrev.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 10:35:46 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 10:35:46 +0000
commitae4394c4dbb2451770bb46b45a192b4ccd4f51b4 (patch)
tree53b04d4726f77a822d03aa21bfb470fabb58e959 /coq/coq-abbrev.el
parentbad260e0cc29299403a81b43cc85c5d947785893 (diff)
Remove eval-when, seems unreliable
Diffstat (limited to 'coq/coq-abbrev.el')
-rw-r--r--coq/coq-abbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-abbrev.el b/coq/coq-abbrev.el
index e79f361f..31ee58d6 100644
--- a/coq/coq-abbrev.el
+++ b/coq/coq-abbrev.el
@@ -54,7 +54,7 @@
;;; The abbrev table built from keywords tables
;#s and @{..} are replaced by holes by holes-abbrev-complete
-(eval-when (load)
+(unless (noninteractive)
(if (and (boundp 'coq-mode-abbrev-table)
(not (equal coq-mode-abbrev-table (make-abbrev-table))))
(message "Coq abbrevs already exists, default not loaded")