aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elisp
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-10-23 11:13:11 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-10-23 11:13:11 -0400
commite150bb225b2399c39cbea3a9506bdcfe1a414aa8 (patch)
tree4fd3868c9b2d7518d1930a5bc70fb5be09d1e7ef /src/elisp
parent31e82db1a6d6d448fa783a9829afacf7af6a03ba (diff)
sml-util -> urweb-util
Diffstat (limited to 'src/elisp')
-rw-r--r--src/elisp/urweb-defs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elisp/urweb-defs.el b/src/elisp/urweb-defs.el
index a223d9b7..8b4ebe2e 100644
--- a/src/elisp/urweb-defs.el
+++ b/src/elisp/urweb-defs.el
@@ -26,7 +26,7 @@
;;; Code:
(eval-when-compile (require 'cl))
-(require 'sml-util)
+(require 'urweb-util)
(defgroup urweb ()