(top-level): Don't require lucid (and hence run-time cl).
This commit is contained in:
parent
5ac1f9e050
commit
af62aa887b
2 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
* play/bubbles.el (top-level): Don't require cl at run-time.
|
||||
|
||||
* progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
|
||||
run-time cl).
|
||||
|
||||
2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
|
||||
|
||||
* progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
|
||||
|
|
|
@ -10973,8 +10973,7 @@ and the case items."
|
|||
;; 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\"]*\\)\""
|
||||
|
|
Loading…
Add table
Reference in a new issue