aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorMike Williams <[email protected]>2002-04-03 21:36:58 +0000
committerMike Williams <[email protected]>2002-04-03 21:36:58 +0000
commita06283b144c37b550426cdf89f2a2a309999c47d (patch)
tree5dffb63af223dd39b3aec81ac989a348bb717676 /lisp/textmodes
parent14614b6d3a860788bb413be595ca297b7e178145 (diff)
Remember to (require 'cl).
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/sgml-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index b308915c94..cb070457a0 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -35,7 +35,8 @@
(eval-when-compile
(require 'skeleton)
- (require 'outline))
+ (require 'outline)
+ (require 'cl))
(defgroup sgml nil
"SGML editing mode"