diff lisp/progmodes/verilog-mode.el @ 104581:03bf18369e45

(top-level): Don't require lucid (and hence run-time cl).
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Aug 2009 03:26:40 +0000
parents 55ba5af4bf3a
children 73bff1db57b6
line wrap: on
line diff
--- a/lisp/progmodes/verilog-mode.el	Tue Aug 25 03:24:42 2009 +0000
+++ b/lisp/progmodes/verilog-mode.el	Tue Aug 25 03:26:40 2009 +0000
@@ -10973,8 +10973,7 @@
 ;; second (emacs/xemacs) impl.: G. Van der Plas (spice-mode.el)
 
 (if (featurep 'xemacs)
-    (require 'overlay)
-  (require 'lucid)) ;; what else can we do ??
+    (require 'overlay))
 
 (defconst verilog-include-file-regexp
   "^`include\\s-+\"\\([^\n\"]*\\)\""