diff lisp/w3/mm.el @ 138:6608ceec7cf8 r20-2b3

Import from CVS: tag r20-2b3
author cvs
date Mon, 13 Aug 2007 09:31:46 +0200
parents 34a5b81f86ba
children 5a88923fcbfe
line wrap: on
line diff
--- a/lisp/w3/mm.el	Mon Aug 13 09:31:13 2007 +0200
+++ b/lisp/w3/mm.el	Mon Aug 13 09:31:46 2007 +0200
@@ -94,7 +94,8 @@
 ;;; Variables, etc
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (eval-and-compile
-  (require 'cl))
+  (require 'cl)
+  (require 'devices))
 
 (defconst mm-version (let ((x "1.96"))
 		       (if (string-match "Revision: \\([^ \t\n]+\\)" x)