aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-assoc.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-16 12:47:21 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-16 12:47:21 +0000
commitbee0fafacc925e6eb21fa8c2b9547c911e37d45c (patch)
tree24d497e2f2d8831fd2798425a31abdfab19716c9 /generic/pg-assoc.el
parent6044a343bc801f8bfe4ab3756e11f44a648a2edd (diff)
Compilation tweaks
Diffstat (limited to 'generic/pg-assoc.el')
-rw-r--r--generic/pg-assoc.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/pg-assoc.el b/generic/pg-assoc.el
index b9f6e72b..9372d3d1 100644
--- a/generic/pg-assoc.el
+++ b/generic/pg-assoc.el
@@ -14,11 +14,13 @@
;;; Code:
(eval-when-compile
- (require 'proof) ; globals
(require 'proof-syntax) ; proof-replace-{string,regexp}
(require 'span) ; spans
(require 'cl)) ; incf
+(require 'proof) ; globals
+
+
(eval-and-compile ; defines proof-universal-keys-only-mode-map at compile time
(define-derived-mode proof-universal-keys-only-mode fundamental-mode
proof-general-name "Universal keymaps only"