aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-05 17:52:58 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-05 17:52:58 +0000
commit362e64643112d7a3179f1225e11511dfc8bd80e9 (patch)
tree759efb3b75cf7488453cde5937f4301e82a0ba22 /coq
parent765c359180ebb5597f63582315d91208c1af6cd9 (diff)
Remove faulty test
Diffstat (limited to 'coq')
-rw-r--r--coq/coq-abbrev.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/coq/coq-abbrev.el b/coq/coq-abbrev.el
index 8c034438..0ab6bf71 100644
--- a/coq/coq-abbrev.el
+++ b/coq/coq-abbrev.el
@@ -54,8 +54,9 @@
;#s and @{..} are replaced by holes by holes-abbrev-complete
(defun coq-install-abbrevs ()
"install default abbrev table for coq if no other already is."
- (if (and (boundp 'coq-mode-abbrev-table)
- (not (equal coq-mode-abbrev-table (make-abbrev-table))))
+ (if (boundp 'coq-mode-abbrev-table)
+ ;; da: this test will always fail. Assume bound-->non-empty
+ ;; (not (equal coq-mode-abbrev-table (make-abbrev-table))))
(message "Coq abbrevs already exists, default not loaded")
(define-abbrev-table 'coq-mode-abbrev-table
(append coq-tactics-abbrev-table coq-tacticals-abbrev-table