aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-outline.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-10 21:41:39 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-10 21:41:39 +0000
commit34ec09678c21b2bf8be501c446ed0778624faa61 (patch)
tree6ceb741cbdb9a32c2c9e55917b91848183149c16 /phox/phox-outline.el
parent30c9c8ebe6e6d1221f1cf45b80a596c8d420ac83 (diff)
Some fixes to requires etc
Diffstat (limited to 'phox/phox-outline.el')
-rw-r--r--phox/phox-outline.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/phox/phox-outline.el b/phox/phox-outline.el
index 329e2421..56530ed8 100644
--- a/phox/phox-outline.el
+++ b/phox/phox-outline.el
@@ -3,6 +3,8 @@
;; PARAMÉTRAGE du MODE outline
;;--------------------------------------------------------------------------;;
+(eval-when-compile
+ (require 'outline))
(setq phox-outline-title-regexp "\\((\\*[ \t\n]*title =\\)")
(setq phox-outline-section-regexp "\\((\\*\\*+\\)")